diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-27 13:43:12 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-27 13:43:12 -0500 |
commit | abc25578395587c5d76d8dbb877726a19c419b2c (patch) | |
tree | ae9975582672e44af9e63d93591c2ac094cb53e3 /lisc | |
parent | f6d5193cace797542d075190cdc3c62058bb5e54 (diff) | |
download | roux-abc25578395587c5d76d8dbb877726a19c419b2c.tar.gz |
remove BITS constant
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/lisc.h | 2 |
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), }; |