From 7d695611f3759ef70a5103e05d724f8ba40cb2c9 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 9 Nov 2008 18:14:17 +0000 Subject: Remove unused variable --- src/pbe/get_pbe.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pbe') diff --git a/src/pbe/get_pbe.cpp b/src/pbe/get_pbe.cpp index c9f40f47a..cd8fa17c8 100644 --- a/src/pbe/get_pbe.cpp +++ b/src/pbe/get_pbe.cpp @@ -32,8 +32,6 @@ PBE* get_pbe(const std::string& pbe_name) const std::string digest = algo_name[1]; const std::string cipher = algo_name[2]; - PBE* pbe_obj = 0; - #if defined(BOTAN_HAS_PBE_PKCS_V15) if(pbe == "PBE-PKCS5v15") return new PBE_PKCS5v15(digest, cipher, ENCRYPTION); -- cgit v1.2.3