From 3d21f0359590050145fd877a7ec3efc56975d3bd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 6 Oct 1998 03:20:56 +0000 Subject: removed unused variable (This used to be commit b923bb2aae8aa13e8f6bd41d2f06dc016b559269) --- source3/smbwrapper/wrapped.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/smbwrapper/wrapped.c b/source3/smbwrapper/wrapped.c index a6a7334693..bda0ed1abe 100644 --- a/source3/smbwrapper/wrapped.c +++ b/source3/smbwrapper/wrapped.c @@ -719,7 +719,6 @@ #ifdef real_opendir DIR *opendir(const char *name) { - DIR *ret; if (smbw_path(name)) { return smbw_opendir(name); } -- cgit