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;


------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
libseccomp-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss

Reply via email to