aboutsummaryrefslogtreecommitdiff
path: root/src/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.h')
-rw-r--r--src/script.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script.h b/src/script.h
index 502bce1e54..8dddb893f4 100644
--- a/src/script.h
+++ b/src/script.h
@@ -623,8 +623,6 @@ public:
bool IsPushOnly() const
{
- if (size() > 200)
- return false;
const_iterator pc = begin();
while (pc < end())
{