From 59618c481bd578647042ce442fabee939931b6ac Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 3 Jan 2017 13:57:30 -0700 Subject: [PATCH] Removed stray comment. --- libsrc/ncx.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/libsrc/ncx.m4 b/libsrc/ncx.m4 index e5a96c0da..20a0e35d4 100644 --- a/libsrc/ncx.m4 +++ b/libsrc/ncx.m4 @@ -202,7 +202,6 @@ swap4b(void *dst, const void *src) ((tempIn & 0x00ff0000) >> 8) | ( tempIn >> 24); - //*(float *)op = *(float *)(&tempOut); *op = *(&tempOut); } # endif /* !vax */