Remove DPL String class and dependencies on it 92/76292/1
authorRafal Krypa <r.krypa@samsung.com>
Thu, 23 Jun 2016 09:24:59 +0000 (11:24 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Thu, 23 Jun 2016 09:24:59 +0000 (11:24 +0200)
commitdb81b15316102ac02be821fe7b0ff927a0e12d77
treec8888a0e29aa37d0d19a2d6c0243b55ab5df56e8
parentf9622bb8d2e8e44815c117c44fb4a4751547c513
Remove DPL String class and dependencies on it

Security-manager doesn't use DPL String, it was taken in as requirement
of DPL SQLConnection. The DPL String class introduces needless dependency
on libicu. Since our code doesn't operate on UTF-8 strings and doesn't
really need libicu, it's better to drop DPL String altogether.

Change-Id: Ia64a7e8ac8237642b0aae8b74bed28ddcaefe8c4
Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
src/common/CMakeLists.txt
src/dpl/core/include/dpl/string.h [deleted file]
src/dpl/core/src/string.cpp [deleted file]
src/dpl/db/include/dpl/db/sql_connection.h
src/dpl/db/src/sql_connection.cpp