Remove unused global variable (dotnet/coreclr#12620)
authorJonghyun Park <parjong@gmail.com>
Wed, 5 Jul 2017 01:40:57 +0000 (10:40 +0900)
committerJan Kotas <jkotas@microsoft.com>
Wed, 5 Jul 2017 01:40:57 +0000 (18:40 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/b063eb64d5f7fa229677934b9a8f83ef46a7423c

src/coreclr/src/vm/stackwalk.cpp

index 854afad..13e25d5 100644 (file)
 #define PROCESS_EXPLICIT_FRAME_BEFORE_MANAGED_FRAME
 #endif
 
-#ifdef _DEBUG
-void* forceFrame;   // Variable used to force a local variable to the frame
-#endif
-
 CrawlFrame::CrawlFrame()
 {
     LIMITED_METHOD_DAC_CONTRACT;