From 21990ef01887f164a88fd81fa8647cfd92174f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 11 Dec 2023 10:03:07 -0500 Subject: [PATCH] UPnPContext: remove unused 'using' statement Change-Id: Ib7f3ae5a49ee73e4c3c9c97b7ca1e2788d241bf3 --- include/upnp/upnp_context.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/upnp/upnp_context.h b/include/upnp/upnp_context.h index 11f7e29..ead135f 100644 --- a/include/upnp/upnp_context.h +++ b/include/upnp/upnp_context.h @@ -45,8 +45,6 @@ #include <cstdlib> -using random_device = dht::crypto::random_device; - using IgdFoundCallback = std::function<void()>; namespace dhtnet { -- GitLab