[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:05:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 91c93b7957a077491f1649264132f66316300fa0
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Apr 15 20:12:01 2002 +0000

    Fixed compile problem.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1014 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebKitDebug.m b/WebKit/Misc.subproj/WebKitDebug.m
index 6199d9a..6e926ca 100644
--- a/WebKit/Misc.subproj/WebKitDebug.m
+++ b/WebKit/Misc.subproj/WebKitDebug.m
@@ -66,10 +66,6 @@ size_t total_space = 0;
 #define BLOCK_SIZE	1024*1024
 #define NUM_BLOCKS	1024
 #define IF_MALLOC_MAGIC	0xfeadface
-static int blockIndex;
-static char *currentBlock;
-static char *currentPtr;
-static void *blocks[NUM_BLOCKS];
 static malloc_zone_t *if_zone;
 
 void *(*oldMalloc)(struct _malloc_zone_t *zone, size_t size);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list