aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmopen.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 14:03:45 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 14:03:45 +0000
commit83ac1f0b402af478f928d068027cadd026e972d0 (patch)
tree62a193cd009625c4fd1cd65a39b73e4cebd28e5e /src/gdbmopen.c
parent769c9b2d3b8033dd787b10c49445a8c8daab021c (diff)
downloadgdbm-83ac1f0b402af478f928d068027cadd026e972d0.tar.gz
gdbm-83ac1f0b402af478f928d068027cadd026e972d0.tar.bz2
Remove unused variables, fix format specs.
Diffstat (limited to 'src/gdbmopen.c')
-rw-r--r--src/gdbmopen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gdbmopen.c b/src/gdbmopen.c
index 1270b39..4b1614a 100644
--- a/src/gdbmopen.c
+++ b/src/gdbmopen.c
@@ -60,7 +60,6 @@ gdbm_open (const char *file, int block_size, int flags, int mode,
int len; /* Length of the file name. */
int num_bytes; /* Used in reading and writing. */
off_t file_pos; /* Used with seeks. */
- int lock_val; /* Returned by the flock call. */
int file_block_size; /* Block size to use for a new file. */
int index; /* Used as a loop index. */
char need_trunc; /* Used with GDBM_NEWDB and locking to avoid

Return to:

Send suggestions and report system problems to the System administrator.