Remove the useless invalidstruct from jtag.h.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 2 Jun 2009 04:31:49 +0000 (04:31 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Tue, 2 Jun 2009 04:31:49 +0000 (04:31 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1990 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/jtag/jtag.h

index 83ce28af9c7ac7c6de223d337f8174b55db7a6f5..a0ee427f4dc44c320636e8aad9d1eb11349b8f15 100644 (file)
@@ -800,10 +800,6 @@ extern int            jtag_power_dropout(int* dropout);
 extern int            jtag_srst_asserted(int* srst_asserted);
 
 /* JTAG support functions */
-struct invalidstruct
-{
-
-};
 
 /* execute jtag queue and check value and use mask if mask is != NULL. invokes
  * jtag_set_error() with any error. */