From 827f13461d5443c635b2d2221a0980f61e6bf5e1 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Mon, 29 Aug 2022 13:13:05 +0300 Subject: [#2550] remove unused argument in classifyByVendor --- src/bin/dhcp6/dhcp6_srv.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/bin/dhcp6/dhcp6_srv.h') diff --git a/src/bin/dhcp6/dhcp6_srv.h b/src/bin/dhcp6/dhcp6_srv.h index e6a0744d55..c439047e4b 100644 --- a/src/bin/dhcp6/dhcp6_srv.h +++ b/src/bin/dhcp6/dhcp6_srv.h @@ -1041,14 +1041,12 @@ public: private: - /// @public /// @brief Assign class using vendor-class-identifier options /// /// @note This is the first part of @ref classifyPacket /// /// @param pkt packet to be classified - /// @param classes a reference to added class names for logging - void classifyByVendor(const Pkt6Ptr& pkt, std::string& classes); + void classifyByVendor(const Pkt6Ptr& pkt); /// @brief Update FQDN based on the reservations in the current subnet. /// -- cgit v1.2.3