~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/fs/aufs/StoreFSaufs.cc

  • Committer: Christos Tsantilas
  • Date: 2009-04-11 09:00:59 UTC
  • mfrom: (9294.1.333 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090411090059-8n47p1kyy1cqfqkn
MergeĀ FromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 *
33
33
 * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
34
34
 */
 
35
 
 
36
/* TODO: remove this file as unused */
 
37
 
35
38
#include "config.h"
36
39
 
37
40
#if 0
50
53
 \ingroup UFS, FileSystems
51
54
 */
52
55
 
53
 
/// \ingroup AUFS
54
 
static StoreFSufs<UFSSwapDir> AufsInstance("DiskThreads", "aufs");
 
56
/* Unused variable: */
 
57
StoreFSufs<UFSSwapDir> *AufsInstance_foo = NULL;