From: Felix Abecassis Date: Thu, 24 May 2018 04:28:01 +0000 (-0700) Subject: seccomp: remove confusing comment line X-Git-Tag: lxc-3.1.0~293^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7423ce2f9e96e8f62c3c529855a2b361406e8b;p=thirdparty%2Flxc.git seccomp: remove confusing comment line Signed-off-by: Felix Abecassis --- diff --git a/src/lxc/seccomp.c b/src/lxc/seccomp.c index 6a0a1ffd0..9787d0791 100644 --- a/src/lxc/seccomp.c +++ b/src/lxc/seccomp.c @@ -164,7 +164,6 @@ static enum scmp_compare parse_v2_rule_op(char *s) /* This function is used to parse the args string into the structure. * args string format:[index,value,op,valueTwo] or [index,value,op] - * For one arguments, [index,value,valueTwo,op] * index: the index for syscall arguments (type uint) * value: the value for syscall arguments (type uint64) * op: the operator for syscall arguments(string),