commit abc25578395587c5d76d8dbb877726a19c419b2c parent f6d5193cace797542d075190cdc3c62058bb5e54 Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Sat, 27 Feb 2016 13:43:12 -0500 remove BITS constant Diffstat:
| M | lisc/lisc.h | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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), };