mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Removed stray comment.
This commit is contained in:
parent
c13c917835
commit
59618c481b
@ -202,7 +202,6 @@ swap4b(void *dst, const void *src)
|
||||
((tempIn & 0x00ff0000) >> 8) |
|
||||
( tempIn >> 24);
|
||||
|
||||
//*(float *)op = *(float *)(&tempOut);
|
||||
*op = *(&tempOut);
|
||||
}
|
||||
# endif /* !vax */
|
||||
|
Loading…
Reference in New Issue
Block a user