>From 5bf8a29bb2fd8c27695557be9fa9702b4335b70b Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Fri, 28 Mar 2014 11:07:53 -0300 Subject: [PATCH] runtime.c: remove unused FILE_INFO_SIZE constant It's a leftover from ee1a502ed3ca4bd165875f1bae3cc9a7787c2d9b (thanks to Andy Bennett for pointing out that commit). --- runtime.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime.c b/runtime.c index 35dcf2b..8d2284d 100644 --- a/runtime.c +++ b/runtime.c @@ -168,8 +168,6 @@ extern void _C_do_apply_hack(void *proc, C_word *args, int count) C_noret; #define STRING_BUFFER_SIZE 4096 #define DEFAULT_MUTATION_STACK_SIZE 1024 -#define FILE_INFO_SIZE 7 - #define MAX_PENDING_INTERRUPTS 100 #ifdef C_DOUBLE_IS_32_BITS -- 1.7.10.4