Skip to content

Commit 62c88c5

Browse files
committed
cpp impl: remove Error InvalidArgument
remove InvalidArgument, since its no longer used
1 parent 40fe82b commit 62c88c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cpp/inc/kvs.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ enum class MyErrorCode : score::result::ErrorCode {
9191

9292
/* Invalid value type*/
9393
InvalidValueType,
94-
95-
/* Invalid argument*/
96-
InvalidArgument
9794
};
9895

9996
class MyErrorDomain final : public score::result::ErrorDomain

0 commit comments

Comments
 (0)