diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2014-12-02 19:41:25 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2014-12-02 19:41:25 +0000 |
| commit | 8366091ea8c2cdfa11eeda2bdf4ebcd3dad89d66 (patch) | |
| tree | ffde22b58e426f1f53a10833e2f9db967c726bd3 /usr.sbin/gpioctl | |
| parent | c258e1cc691743f6239c6b2d436c2132d733c2e0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/gpioctl')
| -rw-r--r-- | usr.sbin/gpioctl/gpioctl.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/gpioctl/gpioctl.c b/usr.sbin/gpioctl/gpioctl.c index ac2c291bfdadd..d636ad6b6edf1 100644 --- a/usr.sbin/gpioctl/gpioctl.c +++ b/usr.sbin/gpioctl/gpioctl.c @@ -215,9 +215,6 @@ main(int argc, char **argv) } argv += optind; argc -= optind; - for (i = 0; i < argc; i++) - printf("%d/%s\n", i, argv[i]); - if (ctlfile == NULL) handle = gpio_open(0); else |
