about summary refs log tree commit diff
path: root/lib/util/intcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/intcode.h')
-rw-r--r--lib/util/intcode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util/intcode.h b/lib/util/intcode.h
index dd42f669..1066ee9b 100644
--- a/lib/util/intcode.h
+++ b/lib/util/intcode.h
@@ -188,8 +188,6 @@ typedef struct {
    This is an important data type because decent file formats use
    big-endian -- they don't care if some CPU happens to use some other
    code for its own work.
-
-   uint64_t is supported only when available.
 -----------------------------------------------------------------------------*/
     unsigned char bytes[8];
 } bigend64;