summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/bazel_msg/bazel_common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/execution_api/bazel_msg/bazel_common.hpp')
-rw-r--r--src/buildtool/execution_api/bazel_msg/bazel_common.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/buildtool/execution_api/bazel_msg/bazel_common.hpp b/src/buildtool/execution_api/bazel_msg/bazel_common.hpp
index cc76541c..4d829fe2 100644
--- a/src/buildtool/execution_api/bazel_msg/bazel_common.hpp
+++ b/src/buildtool/execution_api/bazel_msg/bazel_common.hpp
@@ -4,14 +4,6 @@
/// \file bazel_common.hpp
/// \brief Common types and functions required by Bazel API.
-#include <cstdint>
-
-#include "src/utils/cpp/type_safe_arithmetic.hpp"
-
-// Port
-struct PortTag : type_safe_arithmetic_tag<std::uint16_t> {};
-using Port = type_safe_arithmetic<PortTag>;
-
struct ExecutionConfiguration {
int execution_priority{};
int results_cache_priority{};