aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2016-08-09 13:34:16 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2016-08-09 18:34:00 +0200
commitb6da7f29414fc07d2670de97f164abe664143c8a (patch)
tree7b9de6311ef932d3f30e1c9ea642a5a569adb2f9
parent3ea8e90657d8d36ba860dcfdc0e9bf615b3aa3b6 (diff)
downloadlibnitrokey-b6da7f29414fc07d2670de97f164abe664143c8a.tar.gz
libnitrokey-b6da7f29414fc07d2670de97f164abe664143c8a.tar.bz2
Remove not used CommError class
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r--include/device.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/device.h b/include/device.h
index 0553d2e..67b739c 100644
--- a/include/device.h
+++ b/include/device.h
@@ -12,14 +12,6 @@ namespace nitrokey {
namespace device {
using namespace std::chrono_literals;
-enum class CommError {
- ERR_NO_ERROR = 0,
- ERR_NOT_CONNECTED = -1,
- ERR_WRONG_RESPONSE_CRC = -2,
- ERR_SENDING = -3,
- ERR_STATUS_NOT_OK = -4
-};
-
enum class DeviceModel{
PRO,
STORAGE