diff options
Diffstat (limited to 'daemon/9p.c')
-rw-r--r-- | daemon/9p.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/9p.c b/daemon/9p.c index e9e0ac1e..8476c45c 100644 --- a/daemon/9p.c +++ b/daemon/9p.c @@ -44,7 +44,6 @@ do_list_9p (void) int size = 0, alloc = 0; DIR *dir; - int err = 0; dir = opendir (BUS_PATH); if (!dir) { |