From: Adam Dickmeiss Date: Wed, 8 Nov 2006 22:06:50 +0000 (+0000) Subject: Removed a few redundant comments. X-Git-Tag: ZEBRA.2.0.6~63 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=a9b4e41c61e30e376528b83aa87955fe9594423a Removed a few redundant comments. --- diff --git a/bfile/mfile.h b/bfile/mfile.h index 71fbf9d..de79cd3 100644 --- a/bfile/mfile.h +++ b/bfile/mfile.h @@ -1,4 +1,4 @@ -/* $Id: mfile.h,v 1.7 2006-10-09 22:10:00 adam Exp $ +/* $Id: mfile.h,v 1.8 2006-11-08 22:06:50 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -123,14 +123,8 @@ MFile mf_open(MFile_area ma, const char *name, int block_size, int wflag); */ int mf_close(MFile mf); -/* - * Read one block from a metafile. Interface mirrors bfile. - */ int mf_read(MFile mf, zint no, int offset, int nbytes, void *buf); -/* - * Same. - */ int mf_write(MFile mf, zint no, int offset, int nbytes, const void *buf); /*