diff options
-rw-r--r-- | source4/lib/smbrun.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/smbrun.c b/source4/lib/smbrun.c index 78f3d22ea0..ab36ec6e40 100644 --- a/source4/lib/smbrun.c +++ b/source4/lib/smbrun.c @@ -24,7 +24,6 @@ #if 1 int smbrun(char *cmd, int *outfd) { - #warning smbrun() needs a rewrite: struct current_user is gone! DEBUG(0,("smbrun() needs a rewrite: struct current_user is gone!\n")); return -1; } |