From 013d734033da143608a8489f47345d0c6c846c5c Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Wed, 12 Feb 2014 10:39:35 +0900 Subject: [PATCH] remove unused constant --- include/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/config.h b/include/config.h index 739b39f9..867cea52 100644 --- a/include/config.h +++ b/include/config.h @@ -23,7 +23,6 @@ #define PIC_STACK_SIZE 1024 #define PIC_RESCUE_SIZE 30 #define PIC_GLOBALS_SIZE 1024 -#define PIC_MACROS_SIZE 1024 #define PIC_SYM_POOL_SIZE 128 #define PIC_IREP_SIZE 8 #define PIC_POOL_SIZE 8