diff options
Diffstat (limited to 'src/script/script.h')
-rw-r--r-- | src/script/script.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/script/script.h b/src/script/script.h index caf176476f..4d685f5596 100644 --- a/src/script/script.h +++ b/src/script/script.h @@ -610,12 +610,6 @@ public: } return str; } - - CScriptID GetID() const - { - return CScriptID(Hash160(*this)); - } - void clear() { // The default std::vector::clear() does not release memory. |