summaryrefslogtreecommitdiff
path: root/include/ibm
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2020-09-16 06:09:31 +0300
committerEd Tanous <ed@tanous.net>2020-09-16 06:09:34 +0300
commitdc6bfb4a5c42e7efe8b459b0efe1e954946f3a62 (patch)
tree81cee82b624f11b34450f90259708cac4b1a9619 /include/ibm
parent1536473f93d6985d8021e154316f52bb1de0d3c2 (diff)
downloadbmcweb-dc6bfb4a5c42e7efe8b459b0efe1e954946f3a62.tar.xz
remove using namespace
IBM management console had a using namespace in it. This is against the coding standard. Signed-off-by: Ed Tanous <ed@tanous.net> Change-Id: Idfd5eac1a91e82f08139d6913a42a6c882072495
Diffstat (limited to 'include/ibm')
-rw-r--r--include/ibm/management_console_rest.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ibm/management_console_rest.hpp b/include/ibm/management_console_rest.hpp
index 6b77018664..61a4b84d75 100644
--- a/include/ibm/management_console_rest.hpp
+++ b/include/ibm/management_console_rest.hpp
@@ -29,7 +29,6 @@ namespace crow
{
namespace ibm_mc
{
-using namespace redfish;
constexpr const char* methodNotAllowedMsg = "Method Not Allowed";
constexpr const char* resourceNotFoundMsg = "Resource Not Found";
constexpr const char* contentNotAcceptableMsg = "Content Not Acceptable";