]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/aufs/StoreFSaufs.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / fs / aufs / StoreFSaufs.cc
index 65748e5d6fc534c8dc476cfeeb9679aa2ac88c61..39d43f6a8f14b5aba9a6d0ac445c5b649fa8a121 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: StoreFSaufs.cc,v 1.3 2008/02/26 21:49:43 amosjeffries Exp $
+ * $Id$
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Robert Collins
  *  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.
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-#include "config.h"
 
-#if 0
+/* TODO: remove this file as unused */
+
 #include "squid.h"
+
+#if 0
+#include "squid-old.h"
 #include "StoreFileSystem.h"
 #include "DiskIO/DiskIOModule.h"
 #endif
@@ -50,5 +53,5 @@
  \ingroup UFS, FileSystems
  */
 
-/// \ingroup AUFS
-static StoreFSufs<UFSSwapDir> AufsInstance("DiskThreads", "aufs");
+/* Unused variable: */
+StoreFSufs<UFSSwapDir> *AufsInstance_foo = NULL;