[web] nasal_web.cpp: remove gc in NasalContext, which is not needed
This commit is contained in:
parent
83ffcc3087
commit
037ac9e79f
|
@ -15,7 +15,6 @@
|
|||
#include <stdexcept>
|
||||
|
||||
struct NasalContext {
|
||||
nasal::gc gc_instance;
|
||||
std::unique_ptr<nasal::vm> vm_instance;
|
||||
std::string last_result;
|
||||
std::string last_error;
|
||||
|
|
Loading…
Reference in New Issue