summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-03-20 22:12:08 +0300
committerEd Tanous <ed@tanous.net>2024-03-25 21:29:19 +0300
commitd0eb0e7303744d03aaa6f994bbbcdd6dc92bab13 (patch)
tree96bbc32bef935ec09a272b2cde0a38078d028944 /include
parentf79ce6a8f745f0baa5ba457a5a0c85a9f549893f (diff)
downloadbmcweb-d0eb0e7303744d03aaa6f994bbbcdd6dc92bab13.tar.xz
Remove unused variable
These variables aren't used, and clang-tidy-18 flags it. Remove Tested: Code compiles. Change-Id: I414c4614a5f789aecab7700a4ec805e98c09cade Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'include')
-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 a2da64fd9a..ec8d4d653d 100644
--- a/include/ibm/management_console_rest.hpp
+++ b/include/ibm/management_console_rest.hpp
@@ -213,7 +213,6 @@ inline void handleFilePut(const crow::Request& req,
}
file << data;
- std::string origin = "/ibm/v1/Host/ConfigFiles/" + fileID;
// Push an event
if (fileExists)
{