diff options
Diffstat (limited to 'ble')
-rw-r--r-- | ble/BluetoothImpl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ble/BluetoothImpl.h b/ble/BluetoothImpl.h index c41712c..92f71d3 100644 --- a/ble/BluetoothImpl.h +++ b/ble/BluetoothImpl.h @@ -289,9 +289,6 @@ protected: BluetoothAdapterPtr getAdapterImpl(string name); -template<class... Ts> struct overloaded : Ts... { using Ts::operator()...; }; -template<class... Ts> overloaded(Ts...) -> overloaded<Ts...>; - } // namespace bluetooth } // namespace trygvis |