commit fcbf1cde4363400a9f70641dad9dfc20fa890762 parent a1815ba111ef7531c60c1a2e4eaeb9351e0ba791 Author: Roberto E. Vargas Caballero <k0ga@shike2.com> Date: Tue, 26 Jan 2016 22:15:00 +0100 [cc2] Remove ARYF This flag is not used. Diffstat:
M | cc2/cc2.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/cc2/cc2.h b/cc2/cc2.h @@ -5,7 +5,6 @@ enum tflags { STRF = 8, UNIONF = 16, FUNF = 32, - ARYF = 64, INITF = 128 };