0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-09 15:18:41 +00:00

Remove hard-coded PHP_V8_VERSION symbol

This commit is contained in:
Stefan Siegl 2015-03-13 16:18:04 +01:00
parent 1a85a82289
commit fd10356f62

View File

@ -12,7 +12,6 @@
*/
#define V8JS_DEBUG 0
//#define PHP_V8_VERSION "0.1.4"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif