summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-27 16:42:25 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-27 16:43:48 -0500
commitfeaf3e322a878cfd3f59d39d0aa1918e5393e928 (patch)
treeec409d32b2df49c330cb0cef3680c60bb09a9070
parent4dd0996a5507f3c89a899c554a1a1c9cb6484673 (diff)
downloadlibseccomp-feaf3e322a878cfd3f59d39d0aa1918e5393e928.tar.gz
tests: cleanup some comments in 15-sim-negative_one
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--tests/35-sim-negative_one.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/35-sim-negative_one.c b/tests/35-sim-negative_one.c
index 7406307..0452d9b 100644
--- a/tests/35-sim-negative_one.c
+++ b/tests/35-sim-negative_one.c
@@ -19,11 +19,6 @@
* along with this library; if not, see <http://www.gnu.org/licenses>.
*/
-/*
- * Just like mode 1 seccomp we allow 4 syscalls:
- * read, write, exit, and rt_sigreturn
- */
-
#include <errno.h>
#include <unistd.h>