summaryrefslogtreecommitdiff
path: root/source3/lib
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
commit3c71214d47313e96baedf7b9a27507bc21eed01a (patch)
tree082497c4e60a5745cc19605fee7b657f1ab1bd75 /source3/lib
parentd095b5249cf9e1496ad5a3d6b5acb77af2c587a7 (diff)
downloadsamba-3c71214d47313e96baedf7b9a27507bc21eed01a.tar.gz
samba-3c71214d47313e96baedf7b9a27507bc21eed01a.tar.bz2
samba-3c71214d47313e96baedf7b9a27507bc21eed01a.zip
don't need slprintf.c any more
(This used to be commit 025285e179924024f069a31a65b124bd45a249af)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/slprintf.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/source3/lib/slprintf.c b/source3/lib/slprintf.c
deleted file mode 100644
index 2a72fcffc3..0000000000
--- a/source3/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;