summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/commands.c b/src/commands.c
index e0e14635d..02e57968e 100644
--- a/src/commands.c
+++ b/src/commands.c
@@ -52,22 +52,6 @@ void mod_run_cmd(char *service, User * u, CommandHash * cmdTable[],
const char *cmd)
{
Command *c = findCommand(cmdTable, cmd);
- do_run_cmd(service, u, c, cmd);
-}
-
-
-/*************************************************************************/
-
-/**
- * Run the given command
- * @param services Services Client
- * @param u User Struct
- * @param c Command Struct
- * @param cmd Command
- * @return void
- */
-void do_run_cmd(char *service, User * u, Command * c, const char *cmd)
-{
int retVal = 0;
Command *current;