Fix some problems with the bin2char utility
[fw/openocd] / src / openocd.h
index 57bf4551268ea26812a9811af951ce24a00b7976..6d87c2af9012359043ea715382fb1ad73df66a82 100644 (file)
@@ -31,7 +31,4 @@
  */
 int openocd_main(int argc, char *argv[]);
 
-/** provides a hard-coded command environment setup */
-extern const char openocd_startup_tcl[];
-
 #endif