Removed stray comment.

This commit is contained in:
Ward Fisher 2017-01-03 13:57:30 -07:00
parent c13c917835
commit 59618c481b

View File

@ -202,7 +202,6 @@ swap4b(void *dst, const void *src)
((tempIn & 0x00ff0000) >> 8) |
( tempIn >> 24);
//*(float *)op = *(float *)(&tempOut);
*op = *(&tempOut);
}
# endif /* !vax */