summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zend/module.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/zend/module.h b/zend/module.h
index 0373e11..11c88b7 100644
--- a/zend/module.h
+++ b/zend/module.h
@@ -93,9 +93,6 @@ public:
// and other stuff
return strcmp(_entry->build_id, ZEND_MODULE_BUILD_ID) == 0;
-
- // all is ok
- return true;
}
/**