summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-06-24 17:04:02 +0200
committerVolker Lendecke <vl@samba.org>2008-06-26 13:13:23 +0200
commit44e9a2bb9a7199471727f01560b38280d5503c82 (patch)
treebd2009235cbbe4a00ed34484bc2b5a2797198ae4
parentc885ae01ebbf2b2f5c75799c4e8b1b0c68b2d34e (diff)
downloadsamba-44e9a2bb9a7199471727f01560b38280d5503c82.tar.gz
samba-44e9a2bb9a7199471727f01560b38280d5503c82.tar.bz2
samba-44e9a2bb9a7199471727f01560b38280d5503c82.zip
remove unused extern current_user from nt_printing.c
(This used to be commit b34283adeffaa6e481c57926709ea80d48733ef0)
-rw-r--r--source3/printing/nt_printing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/printing/nt_printing.c b/source3/printing/nt_printing.c
index 68d4a2ffd6..ded985c260 100644
--- a/source3/printing/nt_printing.c
+++ b/source3/printing/nt_printing.c
@@ -21,8 +21,6 @@
#include "includes.h"
-extern struct current_user current_user;
-
static TDB_CONTEXT *tdb_forms; /* used for forms files */
static TDB_CONTEXT *tdb_drivers; /* used for driver files */
static TDB_CONTEXT *tdb_printers; /* used for printers files */