PLD: review scope of functions
[fw/openocd] / src / pld / pld.h
index cd92ff0a4d86119294368427105a9cf8fc0d0c72..d306246b704451883e99de034e1d79c8affe8354 100644 (file)
@@ -46,8 +46,6 @@ struct pld_device
 
 int pld_register_commands(struct command_context *cmd_ctx);
 
-int pld_init(struct command_context *cmd_ctx);
-
 struct pld_device *get_pld_device_by_num(int num);
 
 #define ERROR_PLD_DEVICE_INVALID       (-1000)