summaryrefslogtreecommitdiff
path: root/source4/lib/replace
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/replace')
-rw-r--r--source4/lib/replace/replace.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/replace/replace.c b/source4/lib/replace/replace.c
index d87a009e8c..5d3ef52987 100644
--- a/source4/lib/replace/replace.c
+++ b/source4/lib/replace/replace.c
@@ -489,11 +489,6 @@ os/2 also doesn't have chroot
#ifndef HAVE_CHROOT
int chroot(const char *dname)
{
- static int done;
- if (!done) {
- DEBUG(1,("WARNING: no chroot!\n"));
- done=1;
- }
errno = ENOSYS;
return -1;
}