From f8e1ed0827408af3881acd04aa9af4a83690a49f Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sun, 17 Jun 2018 10:16:07 +0000 Subject: [PATCH] Cleanup: Removed unused forward declaration --- src/connection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connection.h b/src/connection.h index 271b0dea..19ed0828 100644 --- a/src/connection.h +++ b/src/connection.h @@ -24,7 +24,6 @@ #include "common/thread/thread.h" #include "common/net/sock.h" -struct _client_tag; struct source_tag; struct ice_config_tag;