Skip to content

Commit d38728a

Browse files
committed
remove comments
1 parent 88198b0 commit d38728a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/node_usb.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ struct Device: public Nan::ObjectWrap {
4242
static void unpin(libusb_device* device);
4343

4444
protected:
45-
// static std::map<libusb_device*, WeakCallbackInfo<libusb_device>*> byPtr;
46-
// static std::map<libusb_device*, Persistent<Value>*> byPtr;
4745
static std::map<libusb_device*, DeviceObject*> byPtr;
4846
Device(libusb_device* d);
4947
};

0 commit comments

Comments
 (0)