| Index: sandbox/linux/seccomp-bpf/codegen.h
|
| diff --git a/sandbox/linux/seccomp-bpf/codegen.h b/sandbox/linux/seccomp-bpf/codegen.h
|
| index 1c4cd46a5a9ba39ae77951251299fb6a01977237..ac7ed0748d4b868a0e25f4ce03db16ff2c0ed3d1 100644
|
| --- a/sandbox/linux/seccomp-bpf/codegen.h
|
| +++ b/sandbox/linux/seccomp-bpf/codegen.h
|
| @@ -69,7 +69,6 @@ class SANDBOX_EXPORT CodeGen {
|
| Instruction* MakeInstruction(uint16_t code,
|
| uint32_t k,
|
| Instruction* next = NULL);
|
| - Instruction* MakeInstruction(uint16_t code, const ErrorCode& err);
|
| Instruction* MakeInstruction(uint16_t code,
|
| uint32_t k,
|
| Instruction* jt,
|
|
|