diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-11-23 09:52:59 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-11-28 12:17:12 -0800 |
commit | 097b0334ad22fbbe375963043e8afb4369b95bba (patch) | |
tree | 99c1719b95bdf4d868a2f63fe8252fbd69fe964a /host/lib/transport/nirio | |
parent | 7c9cc6df10706b5e0ddad29b7e11d518ce8ce9b1 (diff) | |
download | uhd-097b0334ad22fbbe375963043e8afb4369b95bba.tar.gz uhd-097b0334ad22fbbe375963043e8afb4369b95bba.tar.bz2 uhd-097b0334ad22fbbe375963043e8afb4369b95bba.zip |
transport: Removed some superfluous variables
Diffstat (limited to 'host/lib/transport/nirio')
-rw-r--r-- | host/lib/transport/nirio/niriok_proxy_impl_v1.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/host/lib/transport/nirio/niriok_proxy_impl_v1.cpp b/host/lib/transport/nirio/niriok_proxy_impl_v1.cpp index 444e98f1b..dbe9e4abd 100644 --- a/host/lib/transport/nirio/niriok_proxy_impl_v1.cpp +++ b/host/lib/transport/nirio/niriok_proxy_impl_v1.cpp @@ -49,11 +49,11 @@ const uint32_t NIRIO_IOCTL_GET_IFACE_NUM = METHOD_BUFFERED, FILE_READ_DATA); ///< Get the interface number for a device -const uint32_t NIRIO_IOCTL_GET_SESSION = - CTL_CODE(FILE_DEVICE_UNKNOWN, - NIRIO_IOCTL_BASE + 8, - METHOD_BUFFERED, - FILE_READ_ACCESS); ///< Gets a previously opened session to a device +//const uint32_t NIRIO_IOCTL_GET_SESSION = + //CTL_CODE(FILE_DEVICE_UNKNOWN, + //NIRIO_IOCTL_BASE + 8, + //METHOD_BUFFERED, + //FILE_READ_ACCESS); ///< Gets a previously opened session to a device const uint32_t NIRIO_IOCTL_POST_OPEN = CTL_CODE(FILE_DEVICE_UNKNOWN, |