From 400ee2545babeee1c6acb0ee31108b0d1ceafc83 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 19 Oct 2025 23:35:01 -0500 Subject: [PATCH] option_parser.cpp --- src/option_parser.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/option_parser.cpp b/src/option_parser.cpp index eb33bc61..42cd7b3f 100644 --- a/src/option_parser.cpp +++ b/src/option_parser.cpp @@ -137,10 +137,6 @@ _parse_and_process_kv_arg(OptData *optdata_, rv = 0; if(key == "config") return ((cfg.from_file(val_,optdata_->errs) < 0) ? 1 : 0); - ef(key == "attr_timeout") - key = "cache.attr"; - ef(key == "entry_timeout") - key = "cache.entry"; ef(key == "noforget" && val.empty()) {key = "remember-nodes", val = "-1";}