]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed duplicate KEY_PRIVATE debugging added in 39fe14b (#145)
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 6 Feb 2018 15:27:24 +0000 (08:27 -0700)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 6 Feb 2018 15:27:24 +0000 (04:27 +1300)
src/store.cc

index f07bd99c39cac2af18605d1d5fe3da4524187d16..03951e0d1fe8950177d1b17334e8b252f85556d3 100644 (file)
@@ -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';