vdev: remove wrong comment

This commit is contained in:
Beat Küng 2016-10-20 09:50:59 +02:00 committed by Lorenz Meier
parent f7d8612bc9
commit 9448e0d673
1 changed files with 0 additions and 4 deletions

View File

@ -73,10 +73,6 @@ private:
static px4_dev_t *devmap[PX4_MAX_DEV];
pthread_mutex_t devmutex = PTHREAD_MUTEX_INITIALIZER;
/*
* The standard NuttX operation dispatch table can't call C++ member functions
* directly, so we have to bounce them through this dispatch table.
*/
VDev::VDev(const char *name,
const char *devname) :