We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88198b0 commit d38728aCopy full SHA for d38728a
src/node_usb.h
@@ -42,8 +42,6 @@ struct Device: public Nan::ObjectWrap {
42
static void unpin(libusb_device* device);
43
44
protected:
45
- // static std::map<libusb_device*, WeakCallbackInfo<libusb_device>*> byPtr;
46
- // static std::map<libusb_device*, Persistent<Value>*> byPtr;
47
static std::map<libusb_device*, DeviceObject*> byPtr;
48
Device(libusb_device* d);
49
};
0 commit comments