--- java/org/apache/catalina/session/PersistentManagerBase.java (revision 1032508) +++ java/org/apache/catalina/session/PersistentManagerBase.java (working copy) @@ -310,23 +310,6 @@ /** - * Return true, if the session id is loaded in memory - * otherwise false is returned - * - * @param id The session id for the session to be searched for - */ - public boolean isLoaded( String id ){ - try { - if ( super.findSession(id) != null ) - return true; - } catch (IOException e) { - log.error("checking isLoaded for id, " + id + ", "+e.getMessage(), e); - } - return false; - } - - - /** * Return the descriptive short name of this Manager implementation. */ @Override