From: Danny Al-Gaaf Date: Wed, 6 Feb 2013 11:02:45 +0000 (+0100) Subject: ceph_crypto.cc: remove unused shutdown() outside crypto ifdef's X-Git-Tag: v0.58~137^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4042cc3c9347d79adac637324d1ef88fe0869a4;p=ceph.git ceph_crypto.cc: remove unused shutdown() outside crypto ifdef's Fix "out-of-line declaration of a member must be a definition [-Wout-of-line-declaration]". Remove ceph::crypto::shutdown() outside the crypto related ifdef's. Without nss or cryptopp configure will fail anyways. Signed-off-by: Danny Al-Gaaf --- diff --git a/src/common/ceph_crypto.cc b/src/common/ceph_crypto.cc index 3f04349c20be..96fa157c9f5a 100644 --- a/src/common/ceph_crypto.cc +++ b/src/common/ceph_crypto.cc @@ -20,7 +20,6 @@ #include #include -void ceph::crypto::shutdown(); #ifdef USE_CRYPTOPP void ceph::crypto::init(CephContext *cct)