osquery: Remove process
authorSangwan Kwon <sangwan.kwon@samsung.com>
Tue, 14 Jan 2020 04:52:41 +0000 (13:52 +0900)
committerSangwan Kwon <sangwan.kwon@samsung.com>
Tue, 14 Jan 2020 04:52:41 +0000 (13:52 +0900)
commita418b8ea5341b6ce20c01994ee7a3e4a108e56e9
tree5093297c7b95de1f2bb35bdbd52a6a965126ce07
parent3733b9a9040ef974e0db266e0f25de25f1a4a932
osquery: Remove process

Signed-off-by: Sangwan Kwon <sangwan.kwon@samsung.com>
15 files changed:
src/osquery/CMakeLists.txt
src/osquery/core/init.cpp
src/osquery/core/system.cpp
src/osquery/devtools/printer.cpp
src/osquery/devtools/shell.cpp
src/osquery/filesystem/tests/filesystem.cpp
src/osquery/include/osquery/system.h
src/osquery/main/main.cpp
src/osquery/process/CMakeLists.txt [deleted file]
src/osquery/process/posix/process.cpp [deleted file]
src/osquery/process/posix/process_ops.cpp [deleted file]
src/osquery/process/process.h [deleted file]
src/osquery/registry/registry_factory.cpp
src/osquery/sql/virtual_table.cpp
src/osquery/tests/test_util.cpp