summary refs log tree commit diff
path: root/lisc
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-27 13:43:12 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-27 13:43:12 -0500
commitabc25578395587c5d76d8dbb877726a19c419b2c (patch)
treeae9975582672e44af9e63d93591c2ac094cb53e3 /lisc
parentf6d5193cace797542d075190cdc3c62058bb5e54 (diff)
downloadroux-abc25578395587c5d76d8dbb877726a19c419b2c.tar.gz
remove BITS constant
Diffstat (limited to 'lisc')
-rw-r--r--lisc/lisc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 2d3b927..3215796 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -83,8 +83,6 @@ enum {
 	NAlign  = 3,
 	NSeg    = 32,
 	NTyp    = 128,
-
-	BITS    = 4,
 	NBit    = CHAR_BIT * sizeof(bits),
 };