]> 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, 13 Feb 2018 06:36:00 +0000 (19:36 +1300)
src/store.cc

index 4cabfa456eb997ff03cc0929df66890bd81b6e68..2c0bd095b0d929dbd5a79b754722cdd535573209 100644 (file)
@@ -2129,7 +2129,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';