diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-12 15:44:44 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-05-12 15:44:44 -0700 |
commit | baa2717331b8bc864f3975f069ae34c157338490 (patch) | |
tree | d341a22d53f24911befe6223527814fc975fac7f | |
parent | 6391ecd44bcdb06899c63be084168a95b6352e2b (diff) | |
download | syslinux-baa2717331b8bc864f3975f069ae34c157338490.tar.gz syslinux-baa2717331b8bc864f3975f069ae34c157338490.tar.xz syslinux-baa2717331b8bc864f3975f069ae34c157338490.zip |
cat.c32: remove unused variable
Remove unused variable as part of -Werror cleanup.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r-- | com32/modules/cat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/modules/cat.c b/com32/modules/cat.c index 8df47675..c07f2ab1 100644 --- a/com32/modules/cat.c +++ b/com32/modules/cat.c @@ -6,7 +6,6 @@ int main(int argc, char *argv[]) { FILE *f; int ch; - int i; openconsole(&dev_stdcon_r, &dev_stdcon_w); |