diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-09-25 12:59:47 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-09-25 12:59:47 +0000 |
commit | 284dd066a8b848d8c2d93089ed9991647b7db486 (patch) | |
tree | 2f7656a1d55fbcabfcf2cfa04973efbb523c36ac /source3 | |
parent | d7ffd7a40adecb7de72b9e38e761ccc789852f9e (diff) | |
download | samba-284dd066a8b848d8c2d93089ed9991647b7db486.tar.gz samba-284dd066a8b848d8c2d93089ed9991647b7db486.tar.bz2 samba-284dd066a8b848d8c2d93089ed9991647b7db486.zip |
remove extern for AllowDebugChange since we don't use it
(This used to be commit 70d9b71ceaeba95712fa61e601376ff5cc8e7714)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/samtest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/torture/samtest.c b/source3/torture/samtest.c index 2bbf01a6be..b5f7ed9f76 100644 --- a/source3/torture/samtest.c +++ b/source3/torture/samtest.c @@ -358,7 +358,6 @@ int main(int argc, char *argv[]) static char *config_file = dyn_CONFIGFILE; pstring logfile; struct cmd_set **cmd_set; - extern BOOL AllowDebugChange; struct samtest_state st; |