From b1124a7b2b7723448cf9e8a91d00c7f612e73717 Mon Sep 17 00:00:00 2001 From: martin-s Date: Thu, 22 Apr 2010 15:15:13 +0000 Subject: [PATCH] Fix:Core:Reverted wrong commit git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3189 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- navit/navit/file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/navit/navit/file.c b/navit/navit/file.c index 9b5e849..059f6a4 100644 --- a/navit/navit/file.c +++ b/navit/navit/file.c @@ -53,7 +53,6 @@ #define O_BINARY 0 #endif -#define CACHE_SIZE (10*1024*1024) #ifdef CACHE_SIZE static GHashTable *file_name_hash; #endif -- 2.7.4