From 4c375f4ddfb1d35fd57d6f208e9de30350b4dbdd Mon Sep 17 00:00:00 2001 From: Andreas Strid Date: Mon, 21 Dec 2015 15:33:18 +0100 Subject: Enabling profiling on Unix/OS X. --- src/vm/eetoprofinterfaceimpl.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vm/eetoprofinterfaceimpl.cpp') diff --git a/src/vm/eetoprofinterfaceimpl.cpp b/src/vm/eetoprofinterfaceimpl.cpp index 232fc6d883..fce4207cb9 100644 --- a/src/vm/eetoprofinterfaceimpl.cpp +++ b/src/vm/eetoprofinterfaceimpl.cpp @@ -370,6 +370,11 @@ EEToProfInterfaceImpl::CHashTableImpl::CHashTableImpl(ULONG iBuckets) WRAPPER_NO_CONTRACT; } +EEToProfInterfaceImpl::CHashTableImpl::~CHashTableImpl() +{ + WRAPPER_NO_CONTRACT; +} + //--------------------------------------------------------------------------------------- // // Comparison function for hash table of ClassIDs -- cgit v1.2.3