Turn on the "fancy inlined stepping."

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@163246 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/StackFrameList.cpp b/source/Target/StackFrameList.cpp
index bfdb1a2..7a93dc7 100644
--- a/source/Target/StackFrameList.cpp
+++ b/source/Target/StackFrameList.cpp
@@ -93,12 +93,10 @@
     }
 }
 
-static const bool LLDB_FANCY_INLINED_STEPPING = false;
-
 void
 StackFrameList::ResetCurrentInlinedDepth ()
 {
-    if (LLDB_FANCY_INLINED_STEPPING && m_show_inlined_frames)
+    if (m_show_inlined_frames)
     {        
         GetFramesUpTo(0);
         if (!m_frames[0]->IsInlined())