diff options
Diffstat (limited to 'sandbox/linux/suid')
-rw-r--r-- | sandbox/linux/suid/sandbox.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sandbox/linux/suid/sandbox.c b/sandbox/linux/suid/sandbox.c index 992ee54f..c16045a 100644 --- a/sandbox/linux/suid/sandbox.c +++ b/sandbox/linux/suid/sandbox.c @@ -29,10 +29,6 @@ #define CLONE_NEWPID 0x20000000 #endif -#if defined(LINUX_SANDBOX_CHROME_PATH) -static const char kChromeBinary[] = LINUX_SANDBOX_CHROME_PATH; -#endif - static const char kSandboxDescriptorEnvironmentVarName[] = "SBX_D"; // These are the magic byte values which the sandboxed process uses to request |