log: remove unused set_log_output()
[fw/openocd] / src / helper / log.h
index da1e652df2b658e7273f1d90488b1a63e18dc46a..ee71bf03f0f6c8a28d72b2a7c759d7c8edbc3fcd 100644 (file)
@@ -62,7 +62,6 @@ __attribute__ ((format (PRINTF_ATTRIBUTE_FORMAT, 5, 6)));
  */
 void log_init(void);
 void log_exit(void);
-int set_log_output(struct command_context *cmd_ctx, FILE *output);
 
 int log_register_commands(struct command_context *cmd_ctx);