Revert "Change exception tracer to use per-thread caching in libunwind"
[folly.git] / folly / experimental / exception_tracer / ExceptionTracerLib.cpp
index 3813c6ad7d017d18c7a09137000039cd35e3f57a..eab33fd3efbb0836f9859acea6b61591f3248f0f 100644 (file)
@@ -81,8 +81,6 @@ void initialize() {
       !orig_cxa_end_catch || !orig_rethrow_exception) {
     abort();  // what else can we do?
   }
-
-  initStackTrace();
 }
 
 }  // namespace