diff options
-rw-r--r-- | ext2fs/devio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext2fs/devio.c b/ext2fs/devio.c index aad59b7a..e3e9b6ec 100644 --- a/ext2fs/devio.c +++ b/ext2fs/devio.c @@ -36,8 +36,6 @@ dev_write_sync (daddr_t addr, vm_address_t data, long len) return 0; } -static int deverr; - /* Read disk block ADDR; put the address of the data in DATA; read LEN bytes. Always *DATA should be a full page no matter what. */ error_t |