bc:util: Remove semantics_search_path command line flag.

This commit is contained in:
Lukas Korencik
2022-04-10 19:50:06 +02:00
parent 21c11ab459
commit 0af8362dcc
-4
View File
@@ -63,10 +63,6 @@
DECLARE_string(arch);
DEFINE_string(
semantics_search_paths, "",
"Colon-separated list of search paths to use when searching for semantics files.");
namespace {
#ifdef _WIN32
extern "C" std::uint32_t GetProcessId(std::uint32_t handle);