Signed-off-by: Paul Moore <[email protected]>
---
 tools/bpf_sim.c |   10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tools/bpf_sim.c b/tools/bpf_sim.c
index 0e11d6e..94c6648 100644
--- a/tools/bpf_sim.c
+++ b/tools/bpf_sim.c
@@ -238,16 +238,6 @@ int main(int argc, char *argv[])
                                sys_data.arch = AUDIT_ARCH_X86_64;
                        else if (strcmp(optarg, "arm") == 0)
                                sys_data.arch = AUDIT_ARCH_ARM;
-                       else if (strcmp(optarg, "ia64") == 0)
-                               sys_data.arch = AUDIT_ARCH_IA64;
-                       else if (strcmp(optarg, "ppc") == 0)
-                               sys_data.arch = AUDIT_ARCH_PPC;
-                       else if (strcmp(optarg, "ppc64") == 0)
-                               sys_data.arch = AUDIT_ARCH_PPC64;
-                       else if (strcmp(optarg, "s390") == 0)
-                               sys_data.arch = AUDIT_ARCH_S390;
-                       else if (strcmp(optarg, "s390x") == 0)
-                               sys_data.arch = AUDIT_ARCH_S390X;
                        else
                                exit_fault(EINVAL);
                        break;


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
libseccomp-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss

Reply via email to