Remove unused dependency

PiperOrigin-RevId: 509890467
Change-Id: I0189fca5efa93a9e67f6f07eac44793cd17dcfc3
This commit is contained in:
Wiktor Garbacz 2023-02-15 11:34:21 -08:00 committed by Copybara-Service
parent e4c0d91e69
commit 3f53e81d0b
3 changed files with 0 additions and 3 deletions

View File

@ -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",

View File

@ -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

View 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"