log: remove unused set_log_output()
[fw/openocd] / src / helper / log.c
index f3872b5411e2750a65bc63203132a727f5dc4ada..b49c9af94599088f455c5aa2e243e1a3794d3865 100644 (file)
@@ -295,12 +295,6 @@ void log_exit(void)
        log_output = NULL;
 }
 
-int set_log_output(struct command_context *cmd_ctx, FILE *output)
-{
-       log_output = output;
-       return ERROR_OK;
-}
-
 /* add/remove log callback handler */
 int log_add_callback(log_callback_fn fn, void *priv)
 {