diff options
author | robi <robi> | 2010-06-27 22:43:51 +0000 |
---|---|---|
committer | robi <robi> | 2010-06-27 22:43:51 +0000 |
commit | 463ededac767725d01661af40e925428773290e7 (patch) | |
tree | 42ceb79c6decdb755df31b46afea389cfff46fec /src | |
parent | 99a6d720dd9b5bd076e1779a36e6037abbb892bc (diff) |
remove debug function
Diffstat (limited to 'src')
-rw-r--r-- | src/lookup_local.c | 13 |
1 files changed, 0 insertions, 13 deletions
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; |