From 7d0ab73dc3c977f82ec16261f39a605b74a46c7a Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 13 Mar 2010 08:32:10 +0000
Subject: [PATCH] Remove remnants of "jsexec" object creation code.

---
 src/sbbs3/jsexec.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/sbbs3/jsexec.c b/src/sbbs3/jsexec.c
index cadf0fa8ed..56ebc151cf 100644
--- a/src/sbbs3/jsexec.c
+++ b/src/sbbs3/jsexec.c
@@ -669,11 +669,6 @@ static BOOL js_init(char** environ)
 		return(FALSE);
 	}
 
-	/* JSExec object */
-	if(js_CreateExecObject(js_cx, js_glob, "jsexec")==NULL) {
-		JS_ENDREQUEST(js_cx);
-		return(FALSE);
-	}
 	return(TRUE);
 }
 
-- 
GitLab