Remove useless limitation on argc.

The current code of apf_run limits the number of arguments to 8.
This prevents passing in all of program, packet, data, and
--trace, which is perhaps the most useful way to run the code.

Simply remove the check. It's not useful, because the code
already parses argv using getopt_long_only and rejects all
invalid arguments.

Test: apf_run --trace --program $PROGRAM --packet $PACKET --data $DATA --age $AGE
Change-Id: I99fa47f275de9cfc8f66397555d6f4ea4a02ec75
1 file changed