summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/engine/errorcodes.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/searchlib/src/vespa/searchlib/engine/errorcodes.h b/searchlib/src/vespa/searchlib/engine/errorcodes.h
deleted file mode 100644
index a73f6d71daa..00000000000
--- a/searchlib/src/vespa/searchlib/engine/errorcodes.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-
-#pragma once
-
-namespace search::engine {
-
-/**
- * Enum defining global error codes.
- * Used in error_code field in search::fs4transport::PCODE_ERROR packets.
- **/
-enum ErrorCode {
- ECODE_QUERY_PARSE_ERROR = 2
-};
-
-}
-