mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove unused dependency
PiperOrigin-RevId: 509890467 Change-Id: I0189fca5efa93a9e67f6f07eac44793cd17dcfc3
This commit is contained in:
parent
e4c0d91e69
commit
3f53e81d0b
|
@ -248,7 +248,6 @@ cc_library(
|
|||
":fork_client",
|
||||
":forkserver_bin_embed",
|
||||
":forkserver_cc_proto",
|
||||
":util",
|
||||
"//sandboxed_api:config",
|
||||
"//sandboxed_api:embed_file",
|
||||
"//sandboxed_api/util:fileops",
|
||||
|
|
|
@ -228,7 +228,6 @@ target_link_libraries(sandbox2_global_forkserver
|
|||
sandbox2::client
|
||||
sandbox2::forkserver_bin_embed
|
||||
sapi::strerror
|
||||
sandbox2::util
|
||||
sapi::base
|
||||
sapi::config
|
||||
sapi::embed_file
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#include "sandboxed_api/sandbox2/comms.h"
|
||||
#include "sandboxed_api/sandbox2/fork_client.h"
|
||||
#include "sandboxed_api/sandbox2/forkserver_bin_embed.h"
|
||||
#include "sandboxed_api/sandbox2/util.h"
|
||||
#include "sandboxed_api/util/fileops.h"
|
||||
#include "sandboxed_api/util/raw_logging.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user