メモリ確保時のサイズを修正
[YACASL2.git] / src / dumpword.c
index a3c6a36..1a8a73e 100644 (file)
@@ -9,13 +9,6 @@ static struct option longopts[] = {
     {0, 0, 0, 0},
 };
 
-CERRARRAY cerr[] = {
-    { 114, "not integer" },
-    { 115, "not hex" },
-    { 116, "out of hex range" },
-    { 0, NULL },
-};
-
 int main(int argc, char *argv[])
 {
     bool logicalmode = false;    /* レジストリの内容を論理値(0〜65535)で表示する場合はtrue */