Remove extraneous semicolon. New versions of gcc complain about it.

This commit is contained in:
W. Eric Norum
2005-07-06 21:39:41 +00:00
parent 99fba1364d
commit 55ad29ffd2
+1 -1
View File
@@ -29,7 +29,7 @@
epicsThreadRunable::~epicsThreadRunable () {}
void epicsThreadRunable::run () {}
void epicsThreadRunable::show ( unsigned int ) const {};
void epicsThreadRunable::show ( unsigned int ) const {}
// vxWorks 5.4 gcc fails during compile when I use std::exception
using namespace std;