summaryrefslogtreecommitdiffstats
path: root/source/lib/slprintf.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-04-28 13:52:50 +0000
committerAndrew Tridgell <tridge@samba.org>2001-04-28 13:52:50 +0000
commit025285e179924024f069a31a65b124bd45a249af (patch)
tree78c6c71ba1fbd6160e698a098737210b20ec4b99 /source/lib/slprintf.c
parentc7aeb2254dfc3cd0aa0b6c0bdd426f9323be0ddf (diff)
downloadsamba-025285e179924024f069a31a65b124bd45a249af.tar.gz
samba-025285e179924024f069a31a65b124bd45a249af.tar.xz
samba-025285e179924024f069a31a65b124bd45a249af.zip
don't need slprintf.c any more
Diffstat (limited to 'source/lib/slprintf.c')
-rw-r--r--source/lib/slprintf.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/source/lib/slprintf.c b/source/lib/slprintf.c
deleted file mode 100644
index 2a72fcffc31..00000000000
--- a/source/lib/slprintf.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- Unix SMB/Netbios implementation.
- Version 1.9.
- snprintf replacement
- Copyright (C) Andrew Tridgell 1998
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
-
-#include "includes.h"
-
-extern int DEBUGLEVEL;