summaryrefslogtreecommitdiff
path: root/bits.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-30 13:54:17 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-30 13:54:17 -0400
commitbf8e3eb59962640b0ad58463e35075e0b88bfb57 (patch)
treec7fa9c0411475b7a2c148a7ce8b9e4b971516f8f /bits.h
parentac67f2d3eed20253e6a150b5e0b5936526ce1404 (diff)
downloadgpsd-bf8e3eb59962640b0ad58463e35075e0b88bfb57.tar.gz
Remove obsoletre comment part. Should have gone with last commit.
Diffstat (limited to 'bits.h')
-rw-r--r--bits.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bits.h b/bits.h
index 3d598114..a9534142 100644
--- a/bits.h
+++ b/bits.h
@@ -5,9 +5,6 @@
* bitfields of arbitrary length and size from a message that contains
* these items in either MSB-first or LSB-first byte order.
*
- * By defining the GET_ORIGIN and PUT_ORIGIN macros before including
- * this header, it's possible to change the origin of the indexing.
- *
* We enforce data sizes of integral types in the casts on these.
* Both 32- and 64-bit systems with gcc are OK with this set.
*