Delete stacktrace profiler now that it's clearly dead.
commit6fa97b8ef0f383fe0b3941e6d5eaf1cc516d5153
authorAlexey Toptygin <alexeyt@fb.com>
Tue, 27 Sep 2022 07:57:13 +0000 (27 00:57 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 27 Sep 2022 07:57:13 +0000 (27 00:57 -0700)
treeb3d5593936734f1460b14ea4f2e270bd64fc629f
parent6665bad6fd1145f045a922fbdb43cea1dbca2203
Delete stacktrace profiler now that it's clearly dead.

Summary:
The only thing that still references any symbol out of stacktrace-profiler.h is in admin-request-handler.cpp, setting the std::atomic<bool> enable_stacktrace_profiler to true when you hit the /start-stacktrace-profiler endpoint. This is useless now that nothing actually instantiates any of the profilers.

Delete this last remaning reference, stop including stacktrace-profiler.h in other files where it wasn't actually used, and then delete hphp/util/stacktrace-profiler.{h,cpp} entirely.

Reviewed By: paulbiss

Differential Revision: D39753854

fbshipit-source-id: e27e2c7e54bace854563d5d8722b81058ce6087e
hphp/runtime/base/string-data.cpp
hphp/runtime/base/vanilla-dict-defs.h
hphp/runtime/server/admin-request-handler.cpp
hphp/util/stacktrace-profiler.cpp [deleted file]
hphp/util/stacktrace-profiler.h [deleted file]