From: cantor Date: Mon, 7 Jan 2008 16:02:31 +0000 (+0000) Subject: Removed old method. X-Git-Tag: 2.4.1~262 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=commitdiff_plain;h=871693f6f690f641df313bfebde9abefaa0e63bc Removed old method. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@359 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- diff --git a/saml/signature/SignableObject.h b/saml/signature/SignableObject.h index 8c10e77..2e27dc9 100644 --- a/saml/signature/SignableObject.h +++ b/saml/signature/SignableObject.h @@ -36,17 +36,6 @@ namespace opensaml { { public: virtual ~SignableObject() {} - - /** - * Gets a new ContentReference object bound to this object. - * It's lifetime must not outlast this object, so it should - * generally be set into a Signature owned by the object. - * - * @return a new ContentReference - */ - virtual ContentReference* getContentReference() const { - return new ContentReference(*this); - } /** * Returns the enveloped Signature from the object.