diff options
author | John Newbery <john@johnnewbery.com> | 2019-04-04 15:45:37 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2019-04-10 11:44:40 -0400 |
commit | 1b46a4889f894d63062454fb9f4c2e88689a9d75 (patch) | |
tree | ba67a7227117f0c02755a2c1d171befe408b65a9 /src/script/script.h | |
parent | 9819ad6d07097ca4df92231e18de0b57313e3b78 (diff) |
[cleanup] Remove unused CReserveKey
Diffstat (limited to 'src/script/script.h')
-rw-r--r-- | src/script/script.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 |