From: Alex Rousskov Date: Tue, 6 Feb 2018 15:27:24 +0000 (-0700) Subject: Removed duplicate KEY_PRIVATE debugging added in 39fe14b (#145) X-Git-Tag: M-staged-PR151~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbf55b6c7897a30baf62e8b8131746bf83832a85;p=thirdparty%2Fsquid.git Removed duplicate KEY_PRIVATE debugging added in 39fe14b (#145) --- diff --git a/src/store.cc b/src/store.cc index f07bd99c39..03951e0d1f 100644 --- a/src/store.cc +++ b/src/store.cc @@ -2142,7 +2142,6 @@ std::ostream &operator <<(std::ostream &os, const StoreEntry &e) if (e.shareableWhenPrivate) os << 'H'; } - if (EBIT_TEST(e.flags, KEY_PRIVATE)) os << 'I'; if (EBIT_TEST(e.flags, ENTRY_FWD_HDR_WAIT)) os << 'W'; if (EBIT_TEST(e.flags, ENTRY_NEGCACHED)) os << 'N'; if (EBIT_TEST(e.flags, ENTRY_VALIDATED)) os << 'V';