Skip to content

kcookiejar: Clean up unused cookie limit code

Alexander Lohnau requested to merge work/alex/max_cookies into master

Ever since the initial import (https://invent.kde.org/frameworks/kio/-/blame/04a9e21168033d991352efa0391596a4c0872c14/src/ioslaves/http/kcookiejar/kcookiejar.cpp#L43) we undef the MAX_COOKIE_LIMIT value. Meaning the code will never get build.

Considering that there was a comment questioning the usefulness and nobody seemed to miss this for all those years, it is safe to remove it.

Merge request reports