From 885bc6e0347349d7574c79ae5a2a3f51811612c4 Mon Sep 17 00:00:00 2001 From: batrick Date: Wed, 7 Jul 2010 15:01:19 +0000 Subject: [PATCH] SCRIPT_ENGINE is defined in nse_main.h. --- nse_nsock.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index 9bf5354e1..c53a57129 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -27,10 +27,6 @@ extern "C" # include #endif -#ifndef SCRIPT_ENGINE -# define SCRIPT_ENGINE "NSE" -#endif - #define NSOCK_WRAPPER "NSOCK WRAPPER" #define NSOCK_WRAPPER_SUCCESS 0 #define NSOCK_WRAPPER_ERROR 2