]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreStats.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / StoreStats.cc
index 9778a28382020d2fdf1e00a60de909495e8b6622..175b8a2bb1f4fb1e300d73c54078980ae04b8614 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 #include "StoreStats.h"
 #include "tools.h"
 
-/* StoreInfoStats */
-
-StoreInfoStats::StoreInfoStats()
-{
-    memset(this, 0, sizeof(*this));
-}
-
 StoreInfoStats &
 StoreInfoStats::operator +=(const StoreInfoStats &stats)
 {