Remove unused field.
authorgilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 8 Nov 2005 21:19:15 +0000 (21:19 +0000)
committergilbert <gilbert@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 8 Nov 2005 21:19:15 +0000 (21:19 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1899 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/serviceprovider/Session.java

index 27172b5..ae71053 100644 (file)
@@ -220,17 +220,6 @@ public class Session implements Serializable {
         this.unusedSessionTimeout = unusedSessionTimeout*1000;
     }
     
-    /*
-     * The FormalURL references the RM itself instead of any 
-     * individual resource.
-     */
-    private String formalURL;
-    public String getFormalURL() {
-        return formalURL;
-    }
-    public void setFormalURL(String formalURL) {
-        this.formalURL = formalURL;
-    }
     
     /*
      * The SavedTarget URL is meaningful only in an uninitialized but