Changeset 308bb9b in rtems


Ignore:
Timestamp:
10/12/14 21:09:20 (9 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
388a4e4
Parents:
4abbc567
git-author:
Joel Sherrill <joel.sherrill@…> (10/12/14 21:09:20)
git-committer:
Joel Sherrill <joel.sherrill@…> (10/13/14 15:32:39)
Message:

shell/main_cp.c: Delete unused -rtems_shell_cp_exit()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libmisc/shell/main_cp.c

    r4abbc567 r308bb9b  
    105105static int mastercmp(const FTSENT **, const FTSENT **);
    106106
    107 static void
    108 rtems_shell_cp_exit (rtems_shell_cp_globals* cp_global, int code __attribute__((unused)))
    109 {
    110   longjmp (cp_global->exit_jmp, 1);
    111 }
    112 
    113107int
    114108rtems_shell_main_cp(int argc, char *argv[])
Note: See TracChangeset for help on using the changeset viewer.