From 1b46a4889f894d63062454fb9f4c2e88689a9d75 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Thu, 4 Apr 2019 15:45:37 -0400 Subject: [cleanup] Remove unused CReserveKey --- src/script/script.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/script/script.h') diff --git a/src/script/script.h b/src/script/script.h index 1d8ddba2f2..11e8661a5b 100644 --- a/src/script/script.h +++ b/src/script/script.h @@ -581,13 +581,4 @@ struct CScriptWitness std::string ToString() const; }; -class CReserveScript -{ -public: - CScript reserveScript; - virtual void KeepScript() {} - CReserveScript() {} - virtual ~CReserveScript() {} -}; - #endif // BITCOIN_SCRIPT_SCRIPT_H -- cgit v1.2.3