From fe9860ffc1555d5bf5a3f2132d9d073b5da85226 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 7 Feb 2012 12:28:26 +0200 Subject: [PATCH] Unused variables removed in user properties --- include/stg/user_property.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/stg/user_property.h b/include/stg/user_property.h index bdad48b0..fbd6aa46 100644 --- a/include/stg/user_property.h +++ b/include/stg/user_property.h @@ -286,8 +286,6 @@ bool USER_PROPERTY_LOGGED::Set(const varT & val, const std::string & msg) { const PRIV * priv = admin->GetPriv(); -std::string adm_login = admin->GetLogin(); -std::string adm_ip = admin->GetIPStr(); if ((priv->userConf && !isStat) || (priv->userStat && isStat) || -- 2.43.2