From 48f303968adc4561d764e585e7da1b3a452d9c1c Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 21 Feb 2015 22:18:18 +0100 Subject: removed unused code --- zend/module.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'zend') 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; } /** -- cgit v1.2.3