summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/include/Exception.h8
-rwxr-xr-xpackaging/smartcard-service.spec2
2 files changed, 1 insertions, 9 deletions
diff --git a/common/include/Exception.h b/common/include/Exception.h
index 8dc9f9e..82a9f7d 100644
--- a/common/include/Exception.h
+++ b/common/include/Exception.h
@@ -28,10 +28,6 @@
{ \
switch (errorCode) \
{ \
- case SCARD_ERROR_OK : \
- /* do nothing */ \
- break; \
- \
case SCARD_ERROR_IPC_FAILED : \
case SCARD_ERROR_IO_FAILED : \
case SCARD_ERROR_OPERATION_TIMEOUT : \
@@ -225,10 +221,6 @@ namespace smartcard_service_api
{
switch (errorCode)
{
- case SCARD_ERROR_OK :
- /* do nothing */
- break;
-
case SCARD_ERROR_IPC_FAILED :
case SCARD_ERROR_IO_FAILED :
case SCARD_ERROR_OPERATION_TIMEOUT :
diff --git a/packaging/smartcard-service.spec b/packaging/smartcard-service.spec
index d996701..3dd4ea2 100755
--- a/packaging/smartcard-service.spec
+++ b/packaging/smartcard-service.spec
@@ -1,6 +1,6 @@
Name: smartcard-service
Summary: Smartcard Service FW
-Version: 0.1.58
+Version: 0.1.59
Release: 0
Group: Network & Connectivity
License: Apache-2.0