Revision: 14263 Author: adrian.chadd Date: Thu Aug 6 23:51:02 2009 Log: Remove unused source files.
http://code.google.com/p/lusca-cache/source/detail?r=14263 Deleted: /branches/LUSCA_HEAD/src/ipc.c /branches/LUSCA_HEAD/src/ipc_win32.c Modified: /branches/LUSCA_HEAD/src/Makefile.am ======================================= --- /branches/LUSCA_HEAD/src/ipc.c Sat Jul 5 05:03:46 2008 +++ /dev/null @@ -1,37 +0,0 @@ - -/* - * $Id$ - * - * DEBUG: section 54 Interprocess Communication - * AUTHOR: Duane Wessels - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; see the CREDITS file for full details. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111, USA. - * - */ - -#include "squid.h" - ======================================= --- /branches/LUSCA_HEAD/src/ipc_win32.c Sat Jul 5 05:03:46 2008 +++ /dev/null @@ -1,38 +0,0 @@ - -/* - * $Id$ - * - * DEBUG: section 54 Windows Interprocess Communication - * AUTHOR: Andrey Shorin <[email protected]> - * AUTHOR: Guido Serassio <[email protected]> - * - * SQUID Web Proxy Cache http://www.squid-cache.org/ - * ---------------------------------------------------------- - * - * Squid is the result of efforts by numerous individuals from - * the Internet community; see the CONTRIBUTORS file for full - * details. Many organizations have provided support for Squid's - * development; see the SPONSORS file for full details. Squid is - * Copyrighted (C) 2001 by the Regents of the University of - * California; see the COPYRIGHT file for full details. Squid - * incorporates software developed and/or copyrighted by other - * sources; see the CREDITS file for full details. - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111, USA. - * - */ - -#include "squid.h" - ======================================= --- /branches/LUSCA_HEAD/src/Makefile.am Tue Aug 4 09:20:22 2009 +++ /branches/LUSCA_HEAD/src/Makefile.am Thu Aug 6 23:51:02 2009 @@ -58,14 +58,6 @@ WIN32SOURCE = endif -if ENABLE_MINGW32SPECIFIC -MINGWEXLIB = -lmingwex -IPC_SOURCE = ipc_win32.c -else -MINGWEXLIB = -IPC_SOURCE = ipc.c -endif - SUBDIRS = fs repl auth INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include @@ -109,8 +101,6 @@ comm_kqueue.c \ comm_devpoll.c \ comm_generic.c \ - ipc.c \ - ipc_win32.c \ win32.c squid_SOURCES = \ @@ -161,7 +151,6 @@ icp_v2.c \ icp_v3.c \ internal.c \ - $(IPC_SOURCE) \ ipcache.c \ $(LEAKFINDERSOURCE) \ locrewrite.c \ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en -~----------~----~----~----~------~----~------~--~---
