summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/common/base.h')
-rw-r--r--searchlib/src/vespa/searchlib/common/base.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/searchlib/src/vespa/searchlib/common/base.h b/searchlib/src/vespa/searchlib/common/base.h
deleted file mode 100644
index e59d0a77fb8..00000000000
--- a/searchlib/src/vespa/searchlib/common/base.h
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#pragma once
-
-namespace search {
-
-// This constant defines the illegal/undefined value for unsigned 32-bit
-// integer ids. Use this instead of the function below to get less
-// overhead with not-so-smart compilers.
-
-const uint32_t NoId32 = static_cast<uint32_t>(-1);
-
-}
-