]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/store/Storage.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / store / Storage.h
index 5dd9410649ec365b4e20f9e8e1776732ee2d2640..6c38f9bbb3659261bbf36bad23187214a2c13ec3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -76,11 +76,6 @@ public:
 
     /// prepare for shutdown
     virtual void sync() {}
-
-    /// whether this storage is capable of serving multiple workers;
-    /// a true result does not imply [lack of] non-SMP support because
-    /// [only] some SMP-aware storages also support non-SMP configss
-    virtual bool smpAware() const = 0;
 };
 
 } // namespace Store