summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-02-21 22:18:18 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-02-21 22:18:18 +0100
commit48f303968adc4561d764e585e7da1b3a452d9c1c (patch)
treefef4c1dded9e69c031f9215fa4064793ab58a018
parenta7927d1dba01769af1869e7e4a704f38e9600759 (diff)
removed unused code
-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;
}
/**