diff options
author | Hongkuk, Son <hongkuk.son@samsung.com> | 2018-01-30 14:17:08 +0900 |
---|---|---|
committer | Hongkuk, Son <hongkuk.son@samsung.com> | 2018-01-30 14:17:38 +0900 |
commit | 3e6f4d39f0074d52b628641acf106e7c11b44c04 (patch) | |
tree | 7520b53a9d2f0b2a148c353c8da8e4fedd967ff0 | |
parent | 52ae81b978264d98474417f5f0ae3917c07435b8 (diff) | |
download | iotcon-accepted/tizen_3.0_common.tar.gz iotcon-accepted/tizen_3.0_common.tar.bz2 iotcon-accepted/tizen_3.0_common.zip |
Remove TIZEN_ERROR_IOTCONsubmit/tizen_3.0/20180131.005920accepted/tizen/3.0/wearable/20180202.052125accepted/tizen/3.0/tv/20180202.052121accepted/tizen/3.0/mobile/20180202.052117accepted/tizen/3.0/common/20180202.113524tizen_3.0accepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_common
- already defined in tizen_error.h
Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I56c587e6ab27bbc2b733eec39a008a0107d9c0e1
-rwxr-xr-x[-rw-r--r--] | include/iotcon-errors.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/iotcon-errors.h b/include/iotcon-errors.h index 13a5916..684d6ec 100644..100755 --- a/include/iotcon-errors.h +++ b/include/iotcon-errors.h @@ -21,12 +21,6 @@ #include <tizen.h> - -#ifndef TZ_VER_3 -#define TIZEN_ERROR_IOTCON -0x01C80000 -#endif - - /** * @file iotcon-errors.h */ |