From 3c71214d47313e96baedf7b9a27507bc21eed01a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 28 Apr 2001 13:52:50 +0000 Subject: don't need slprintf.c any more (This used to be commit 025285e179924024f069a31a65b124bd45a249af) --- source3/lib/slprintf.c | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source3/lib/slprintf.c (limited to 'source3/lib') 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; -- cgit