Remove dead and dangerous code 53/97053/1
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 11 Nov 2016 05:21:58 +0000 (14:21 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 11 Nov 2016 05:22:59 +0000 (14:22 +0900)
commit1b6e36c043bc2b8b08faf33944f8b4212f51c46e
tree3edc579c065774958c373c91ee26b90a6a42495d
parent5a4c33dda48a526cdba65bc8e0b3f3b4ac863e33
Remove dead and dangerous code

- This is for Tizen 4.0

- For 4.0 Configurability & Building-Blocks, we need to remove
profile build dependencies and this is the first step for it.

There will be other commits following this soon.

TIZEN_MOBILE/TIZEN_WEARABLE are useless:

connection$ grep -r "TIZEN_MOBILE" *
CMakeLists.txt:IF(TIZEN_MOBILE)
CMakeLists.txt:    ADD_DEFINITIONS(-DTIZEN_MOBILE)
CMakeLists.txt:ENDIF(TIZEN_MOBILE)
packaging/capi-network-connection.spec: -DTIZEN_MOBILE=1 \
Binary file packaging/.capi-network-connection.spec.swp matches
connection$ grep -r "TIZEN_WEARABLE" *
CMakeLists.txt:IF(TIZEN_WEARABLE)
CMakeLists.txt:    ADD_DEFINITIONS(-DTIZEN_WEARABLE)
CMakeLists.txt:ENDIF(TIZEN_WEARABLE)
packaging/capi-network-connection.spec: -DTIZEN_WEARABLE=1 \
Binary file packaging/.capi-network-connection.spec.swp matches
connection$

Change-Id: I658208e213db777011f7e1f19b78bd1bf529b277
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CMakeLists.txt
packaging/capi-network-connection.spec