Remove redundant CommandLine class 55/189655/2
authorws29.jung <ws29.jung@samsung.com>
Wed, 19 Sep 2018 10:59:44 +0000 (19:59 +0900)
committerjaekuk lee <juku1999@samsung.com>
Thu, 20 Sep 2018 21:19:48 +0000 (21:19 +0000)
commit37b8b649de1af305354621931218a37b8b381d50
tree4e2ac654dc08c65a0c92536408d84ff43846bbb9
parent020a05f255f2af697b2e858f181153315eee1dd1
Remove redundant CommandLine class

Electron-efl had 3 different CommandLine classes which do the job
not very different and they weren't a inherited class of any other.
From this patch, common::CommandLine class is removed and only
AtomCommandLine and base::CommandLine are left.

Change-Id: Ic6a85e29a153461771f2441fc3321141f0ce3624
Signed-off-by: ws29.jung <ws29.jung@samsung.com>
atom/common/atom_command_line.cc
atom/common/atom_command_line.h
tizen/common/common.gyp
tizen/src/browser/api/wrt_api_core.cc
tizen/src/wrt_main.cc