[cpp-sp] branch main updated: Remove some additional dead code.

Scott Cantor cantor.2 at osu.edu
Tue Nov 5 20:42:13 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor 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=b7ed91c275160216fb8e5ddea216d98966c0b326

The following commit(s) were added to refs/heads/main by this push:
     new b7ed91c2 Remove some additional dead code.
b7ed91c2 is described below

commit b7ed91c275160216fb8e5ddea216d98966c0b326
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 5 15:42:09 2024 -0500

    Remove some additional dead code.
---
 shibsp/ServiceProvider.h | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/shibsp/ServiceProvider.h b/shibsp/ServiceProvider.h
index f9672379..3bcbc38a 100644
--- a/shibsp/ServiceProvider.h
+++ b/shibsp/ServiceProvider.h
@@ -37,12 +37,6 @@ namespace xmltooling {
     class XMLTOOL_API StorageService;
 };
 
-#ifndef SHIBSP_LITE
-namespace opensaml {
-    class SAML_API SecurityPolicyRule;
-};
-#endif
-
 namespace shibsp {
 
     class SHIBSP_API Application;
@@ -53,10 +47,6 @@ namespace shibsp {
     class SHIBSP_API SessionCache;
     class SHIBSP_API SPRequest;
     class SHIBSP_API TemplateParameters;
-#ifndef SHIBSP_LITE
-    class SHIBSP_API SecurityPolicyProvider;
-    class SHIBSP_API TransactionLog;
-#endif
 
 #if defined (_MSC_VER)
     #pragma warning( push )

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list