| Index: sandbox/linux/seccomp-bpf/codegen.h
|
| diff --git a/sandbox/linux/seccomp-bpf/codegen.h b/sandbox/linux/seccomp-bpf/codegen.h
|
| index 817b17cbfadf3331a975a0544c4da986086a5d89..671b09e4264d3db8ba5a5fdec61d58b0d7b25aca 100644
|
| --- a/sandbox/linux/seccomp-bpf/codegen.h
|
| +++ b/sandbox/linux/seccomp-bpf/codegen.h
|
| @@ -63,10 +63,6 @@ class SANDBOX_EXPORT CodeGen {
|
| CodeGen();
|
| ~CodeGen();
|
|
|
| - // This is a helper method that can be used for debugging purposes. It is
|
| - // not normally called.
|
| - static void PrintProgram(const Program& program);
|
| -
|
| // Create a new instruction. Instructions form a DAG. The instruction objects
|
| // are owned by the CodeGen object. They do not need to be explicitly
|
| // deleted.
|
|
|