uORB: Remove unused function

This commit is contained in:
Lorenz Meier 2015-01-21 11:01:25 +01:00
parent e092705b0d
commit 87aaf2a959

View File

@ -817,18 +817,6 @@ uorb_main(int argc, char *argv[])
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
* already been advertised.