You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/08/14 03:11:11 UTC

[logging-log4cxx] 02/04: Remove uneeded forward declaration

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch LOGCXX-549
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit d861ad56a132156394d39cd8e855387f2487d41b
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Sat Aug 13 15:31:05 2022 -0400

    Remove uneeded forward declaration
---
 src/main/include/log4cxx/helpers/serversocket.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/include/log4cxx/helpers/serversocket.h b/src/main/include/log4cxx/helpers/serversocket.h
index b6cc51d7..c1847a78 100644
--- a/src/main/include/log4cxx/helpers/serversocket.h
+++ b/src/main/include/log4cxx/helpers/serversocket.h
@@ -21,8 +21,6 @@
 #include <log4cxx/helpers/socket.h>
 #include <mutex>
 
-struct apr_socket_t;
-
 namespace log4cxx
 {
 namespace helpers