uORB: Remove unused function

This commit is contained in:
Lorenz Meier
2015-01-21 11:01:25 +01:00
parent f176147d2a
commit 6574692bd7
-12
View File
@@ -817,18 +817,6 @@ uorb_main(int argc, char *argv[])
namespace namespace
{ {
void debug(const char *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
vfprintf(stderr, fmt, ap);
va_end(ap);
fprintf(stderr, "\n");
fflush(stderr);
usleep(100000);
}
/** /**
* Advertise a node; don't consider it an error if the node has * Advertise a node; don't consider it an error if the node has
* already been advertised. * already been advertised.