Skip to content
Snippets Groups Projects
Commit 394eba2a authored by rswindell's avatar rswindell
Browse files

Remove unused string constant.

parent 7599b214
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,6 @@ static const char* strJavaScriptContextStack ="JavaScriptContextStack"; ...@@ -59,7 +59,6 @@ static const char* strJavaScriptContextStack ="JavaScriptContextStack";
static const char* strJavaScriptTimeLimit ="JavaScriptTimeLimit"; static const char* strJavaScriptTimeLimit ="JavaScriptTimeLimit";
static const char* strJavaScriptGcInterval ="JavaScriptGcInterval"; static const char* strJavaScriptGcInterval ="JavaScriptGcInterval";
static const char* strJavaScriptYieldInterval ="JavaScriptYieldInterval"; static const char* strJavaScriptYieldInterval ="JavaScriptYieldInterval";
static const char* strJavaScriptLoadPath ="JavaScriptLoadPath";
js_startup_t startup; js_startup_t startup;
JSRuntime* js_runtime; JSRuntime* js_runtime;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment