]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/util.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / include / util.h
index d64745fa514b89424edd60fc7da27becc3849d8a..722ba60654ad67bca581a367469bc142a8a8f28e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -38,11 +38,6 @@ SQUIDCEXTERN const char *double_to_str(char *buf, int buf_size, double value);
 extern const char *gb_to_str(const gb_t *);
 extern void gb_flush(gb_t *);  /* internal, do not use this */
 
-/*
- * Returns the amount of known allocated memory
- */
-int statMemoryAccounted(void);
-
 SQUIDCEXTERN unsigned int RoundTo(const unsigned int num, const unsigned int what);
 
 #endif /* SQUID_UTIL_H */