From c9b18b049b09580260188349bb32e91b59f74965 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 25 Nov 2014 11:45:00 -0600 Subject: More fixes to issues noted by cppcheck --- apps/examples/pashello/pashello.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/examples/pashello') diff --git a/apps/examples/pashello/pashello.c b/apps/examples/pashello/pashello.c index f76e530ca..94ddf2e65 100644 --- a/apps/examples/pashello/pashello.c +++ b/apps/examples/pashello/pashello.c @@ -81,7 +81,6 @@ int main(int argc, FAR char *argv[]) int pashello_main(int argc, FAR char *argv[]) #endif { - FAR struct pexec_s *st; int exitcode = EXIT_SUCCESS; int ret; -- cgit v1.2.3