X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.h;h=6d87c2af9012359043ea715382fb1ad73df66a82;hp=57bf4551268ea26812a9811af951ce24a00b7976;hb=c7384117c66e8f18896ca09ab8095d6da16bb1e5;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/openocd.h b/src/openocd.h index 57bf455126..6d87c2af90 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -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