]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove dead code. 16445/head
authorMiod Vallat <miod.vallat@powerdns.com>
Thu, 6 Nov 2025 13:09:26 +0000 (14:09 +0100)
committerMiod Vallat <miod.vallat@powerdns.com>
Thu, 6 Nov 2025 13:09:26 +0000 (14:09 +0100)
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pdns/lua-record.cc

index 5e7f872da03897dd7a052ada154ba96236d3874e..1ddf071042051f00f73f524f6959b03edb3f6979 100644 (file)
@@ -300,20 +300,6 @@ private:
     state->weight = weight;
   }
 
-  void setDown(const ComboAddress& rem, const std::string& url=std::string(), const opts_t& opts = opts_t())
-  {
-    //NOLINTNEXTLINE(readability-identifier-length)
-    CheckDesc cd{rem, url, opts};
-    setStatus(cd, false);
-  }
-
-  void setUp(const ComboAddress& rem, const std::string& url=std::string(), const opts_t& opts = opts_t())
-  {
-    CheckDesc cd{rem, url, opts};
-
-    setStatus(cd, true);
-  }
-
   void setDown(const CheckDesc& cd)
   {
     setStatus(cd, false);