summaryrefslogtreecommitdiff
path: root/src/client/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/error.h')
-rw-r--r--src/client/error.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/error.h b/src/client/error.h
index 7504350..cae1348 100644
--- a/src/client/error.h
+++ b/src/client/error.h
@@ -22,12 +22,10 @@
#pragma once
namespace CCHECKER {
-namespace Client {
using CCerr = int;
const CCerr E_CC_NONE = 0;
const CCerr E_CC_INTERNAL = -1;
-} // namespace Client
} // namespace CCHECKER