[cpp-sp] 02/06: Remove unused variable
Rod Widdowson
rdw at steadingsoftware.com
Tue Jan 21 14:17:31 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=7baf655b2ca453433e4355cd6f54090a83fa56f0
commit 7baf655b2ca453433e4355cd6f54090a83fa56f0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jan 20 20:22:41 2025 +0000
Remove unused variable
---
shibsp/impl/AgentConfig.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/impl/AgentConfig.cpp b/shibsp/impl/AgentConfig.cpp
index 17e07790..a54163c2 100644
--- a/shibsp/impl/AgentConfig.cpp
+++ b/shibsp/impl/AgentConfig.cpp
@@ -249,7 +249,7 @@ bool AgentInternalConfig::_init(const char* inst_prefix, const char* config_file
log.info("%s agent initialization complete", PACKAGE_STRING);
}
- catch (const std::exception& e) {
+ catch (const std::exception&) {
if (rethrow) {
throw;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list