summaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm.c b/vm.c
index 37048a9b..3cd05622 100644
--- a/vm.c
+++ b/vm.c
@@ -504,8 +504,6 @@ CODESTARTobjQueryInterface(vm)
* work here (if we can support an older interface version - that,
* of course, also affects the "if" above).
*/
- //xxxpIf->oID = OBJvm;
-
pIf->Construct = vmConstruct;
pIf->ConstructFinalize = vmConstructFinalize;
pIf->Destruct = vmDestruct;