summaryrefslogtreecommitdiff
path: root/source4/client
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2020-06-23 11:48:53 -0700
committerVolker Lendecke <vl@samba.org>2020-07-16 01:29:45 +0000
commit268994f514a8fe7f3831f78ac3b0fc2bc6133157 (patch)
treec13413be46c2db6b1fbfe548580e84f77bc9bf0b /source4/client
parent2162d50316fce9a2015121642013902eeffa2367 (diff)
downloadsamba-268994f514a8fe7f3831f78ac3b0fc2bc6133157.tar.gz
s4:client: Remove code inside #ifdef NEXT2
This is dead code, the define is never set. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source4/client')
-rw-r--r--source4/client/client.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/client/client.c b/source4/client/client.c
index c77281cc8cd..27e20975156 100644
--- a/source4/client/client.c
+++ b/source4/client/client.c
@@ -1348,11 +1348,6 @@ static const char *readdirname(DIR *p)
dname = ptr->d_name;
-#ifdef NEXT2
- if (telldir(p) < 0)
- return(NULL);
-#endif
-
#ifdef HAVE_BROKEN_READDIR
/* using /usr/ucb/cc is BAD */
dname = dname - 2;