Ticket #1363 (closed cage: fixed)

Opened 12 years ago

Last modified 12 years ago

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

Changed 12 years ago by darbelo

  • status changed from new to closed
  • resolution set to fixed

Functions removed on r42964. They are unused, untested and easy enough to re-add later if we decide we want them.

Note: See TracTickets for help on using tickets.