[cpp-sp] branch main updated: Remove unused flag field.
Codeberg
noreply at shibboleth.net
Tue May 19 13:46:28 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-sp.
View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/ee2db0da119206a4013fab3362f1ee290f49d1a7
The following commit(s) were added to refs/heads/main by this push:
new ee2db0da Remove unused flag field.
ee2db0da is described below
commit ee2db0da119206a4013fab3362f1ee290f49d1a7
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 19 09:46:12 2026 -0400
Remove unused flag field.
---
shibsp/handler/LogoutHandler.h | 3 ---
shibsp/handler/impl/LogoutHandler.cpp | 2 +-
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/shibsp/handler/LogoutHandler.h b/shibsp/handler/LogoutHandler.h
index 9b94e3d7..1ecd9394 100644
--- a/shibsp/handler/LogoutHandler.h
+++ b/shibsp/handler/LogoutHandler.h
@@ -43,9 +43,6 @@ namespace shibsp {
protected:
LogoutHandler(const boost::property_tree::ptree& pt);
-
- /** Flag indicating whether the subclass is acting as a LogoutInitiator. */
- bool m_initiator;
/**
* Perform front-channel logout notifications for an Application.
diff --git a/shibsp/handler/impl/LogoutHandler.cpp b/shibsp/handler/impl/LogoutHandler.cpp
index 32dfd1de..1d0e3016 100644
--- a/shibsp/handler/impl/LogoutHandler.cpp
+++ b/shibsp/handler/impl/LogoutHandler.cpp
@@ -31,7 +31,7 @@
using namespace shibsp;
using namespace std;
-LogoutHandler::LogoutHandler(const boost::property_tree::ptree& pt) : AbstractHandler(pt), m_initiator(true)
+LogoutHandler::LogoutHandler(const boost::property_tree::ptree& pt) : AbstractHandler(pt)
{
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list