Ticket #1363 (closed cage: fixed)
Parrot_OS_Exec_Command(_Argv)? unused
Reported by: | plobsing | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | 1.8.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
The function Parrot_OS_Exec_Command() appears to be unused. In fact, it is mis-spelt as 'Parrot_OS_Exec_Comman()' in config/gen/platform/ansi/exec.c .
The function Parrot_OS_Exec_Command_Argv() appears to be both unused and unimplemented (but has a header definition).
Neither of these functions are declared PARROT_EXPORT.
Are these functions in anticipation of an 'exec' op, or can they be removed as dead code?
Change History
Note: See
TracTickets for help on using
tickets.