]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/sbuf/Stats.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / sbuf / Stats.h
index d70ff83dc9ee210288e6079f23e2a135002aeeef..00b76f047945c8f59fe492918d1d30d5513be9a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -39,7 +39,6 @@ public:
     uint64_t chop;  ///<number of chop operations
     uint64_t trim;  ///<number of trim operations
     uint64_t find;  ///<number of find operations
-    uint64_t scanf;  ///<number of scanf operations
     uint64_t caseChange; ///<number of toUpper and toLower operations
     uint64_t cowFast; ///<number of cow operations not actually requiring a copy
     uint64_t cowSlow; ///<number of cow operations requiring a copy