From 463ededac767725d01661af40e925428773290e7 Mon Sep 17 00:00:00 2001 From: robi Date: Sun, 27 Jun 2010 22:43:51 +0000 Subject: remove debug function --- src/lookup_local.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src') diff --git a/src/lookup_local.c b/src/lookup_local.c index 0d4664d..9867090 100644 --- a/src/lookup_local.c +++ b/src/lookup_local.c @@ -270,18 +270,6 @@ static int convert_dir_block(char *buf, int flags){ - -void read_extern(char* buf){ -FILE* stream; -int size_t; - -stream = fopen("/tmp/dirblock.defekt","r"); -size_t = fread (buf, 4096, 1, stream); -fclose(stream); -return; - -} - /* * Helper function which is private to this module. Used by * local_dir_iterate3() (modi of ext2fs_process_dir_block @@ -318,7 +306,6 @@ return; if(!ctx->errcode) ctx->errcode = convert_dir_block(ctx->buf,0); #endif -//read_extern(ctx->buf); if (ctx->errcode) return BLOCK_ABORT; -- cgit v1.2.3