summaryrefslogtreecommitdiff
path: root/apps/examples/pashello
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-25 11:45:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-25 11:45:00 -0600
commitc9b18b049b09580260188349bb32e91b59f74965 (patch)
tree14929ed18bf0cfc14d32d78825b3f3a47ae7d589 /apps/examples/pashello
parentb756c4b51f51427339bf3649430f8470f64d7a8d (diff)
downloadnuttx-c9b18b049b09580260188349bb32e91b59f74965.tar.gz
nuttx-c9b18b049b09580260188349bb32e91b59f74965.tar.bz2
nuttx-c9b18b049b09580260188349bb32e91b59f74965.zip
More fixes to issues noted by cppcheck
Diffstat (limited to 'apps/examples/pashello')
-rw-r--r--apps/examples/pashello/pashello.c1
1 files changed, 0 insertions, 1 deletions
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;