summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/bazel_msg/bazel_common.hpp
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2022-08-12 16:10:21 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2022-09-13 10:51:13 +0200
commit9119de3a643f8adf2c4a12587e32577caa762b5a (patch)
treed1e01b98770002d5a27b0d95e317817fbf2eac40 /src/buildtool/execution_api/bazel_msg/bazel_common.hpp
parent693173e3b0ff9ddf3018e42b4e880f5aa18a978a (diff)
downloadjustbuild-9119de3a643f8adf2c4a12587e32577caa762b5a.tar.gz
Fix build with gcc/g++
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{};