From 9448e0d67315ef0653ea91b44ee57ea0bd4497f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Thu, 20 Oct 2016 09:50:59 +0200 Subject: [PATCH] vdev: remove wrong comment --- src/drivers/device/vdev.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/drivers/device/vdev.cpp b/src/drivers/device/vdev.cpp index cdf01d0ea5..810129ca33 100644 --- a/src/drivers/device/vdev.cpp +++ b/src/drivers/device/vdev.cpp @@ -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) :