summaryrefslogtreecommitdiff
path: root/src/vm/vars.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/vars.hpp')
-rw-r--r--src/vm/vars.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/vars.hpp b/src/vm/vars.hpp
index cc167f2809..c9f4848692 100644
--- a/src/vm/vars.hpp
+++ b/src/vm/vars.hpp
@@ -404,7 +404,6 @@ GPTR_DECL(MethodTable, g_pICastableInterface);
GPTR_DECL(MethodDesc, g_pExecuteBackoutCodeHelperMethod);
-GPTR_DECL(MethodDesc, g_pObjectCtorMD);
GPTR_DECL(MethodDesc, g_pObjectFinalizerMD);
//<TODO> @TODO Remove eventually - determines whether the verifier throws an exception when something fails</TODO>