~ chicken-core (chicken-5) b1e5a9bccd70d841a1915f4d89f46b52d19e082b


commit b1e5a9bccd70d841a1915f4d89f46b52d19e082b
Author:     Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Fri Mar 28 11:07:53 2014 -0300
Commit:     Christian Kellermann <ckeen@pestilenz.org>
CommitDate: Fri Mar 28 15:54:00 2014 +0100

    runtime.c: remove unused FILE_INFO_SIZE constant
    
    It's a leftover from ee1a502ed3ca4bd165875f1bae3cc9a7787c2d9b (thanks
    to Andy Bennett for pointing out that commit).
    
    Signed-off-by: Christian Kellermann <ckeen@pestilenz.org>

diff --git a/runtime.c b/runtime.c
index 35dcf2b6..8d2284d6 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
Trap