Commit 4f6a2d4e authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Cut StaticMetaBase noreturn dtor

Summary: [Folly] Cut `StaticMetaBase` `[[noreturn]]` dtor, since MSVC C4722 flags it.

Reviewed By: filipecalasans

Differential Revision: D19738476

fbshipit-source-id: d697aad1194b76e7c371aa9a34ea50cb793b5c32
parent 72f4c754
......@@ -393,11 +393,6 @@ struct StaticMetaBase {
ThreadEntry head_;
ThreadEntry* (*threadEntry_)();
bool strict_;
protected:
[[noreturn]] ~StaticMetaBase() {
std::terminate();
}
};
// Held in a singleton to track our global instances.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment