From 4211de072511ca5a1a7cd3929f3812d62c461173 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 23 Jul 2013 13:29:33 -0300 Subject: Remove unused functions --- config/openbgpd/openbgpd_status.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'config/openbgpd') diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php index 20de85bf..330062e5 100644 --- a/config/openbgpd/openbgpd_status.php +++ b/config/openbgpd/openbgpd_status.php @@ -74,11 +74,6 @@ function doCmdT($title, $command) { echo "\n"; } -/* Execute a command, giving it a title which is the same as the command. */ -function doCmd($command) { - doCmdT($command,$command); -} - /* Define a command, with a title, to be executed later. */ function defCmdT($title, $command) { global $commands; @@ -86,13 +81,6 @@ function defCmdT($title, $command) { $commands[] = array($title, $command); } -/* Define a command, with a title which is the same as the command, - * to be executed later. - */ -function defCmd($command) { - defCmdT($command,$command); -} - /* List all of the commands as an index. */ function listCmds() { global $commands; -- cgit v1.2.3