Skip to content

Commit 4577c80

Browse files
[#3321] legacy code removed
1 parent 722498b commit 4577c80

11 files changed

+3
-1384
lines changed

doc/devel/mainpage.dox

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
* - @subpage logDeveloperUse
152152
* - @subpage logNotes
153153
* - @subpage LoggingApi
154-
* - @subpage SocketSessionUtility
155154
* - @subpage crossCompile
156155
* - @subpage debug
157156
* - @subpage docs

src/lib/util/Makefile.am

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,5 @@ libkea_util_encode_include_HEADERS = \
9292

9393
libkea_util_io_includedir = $(pkgincludedir)/util/io
9494
libkea_util_io_include_HEADERS = \
95-
io/fd.h \
96-
io/fd_share.h \
9795
io/pktinfo_utilities.h \
98-
io/sockaddr_util.h \
99-
io/socketsession.h
96+
io/sockaddr_util.h

src/lib/util/io/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/lib -I$(top_builddir)/src/lib
55
AM_CPPFLAGS += $(BOOST_INCLUDES)
66

77
lib_LTLIBRARIES = libkea-util-io.la
8-
libkea_util_io_la_SOURCES = fd.h fd.cc fd_share.h fd_share.cc
9-
libkea_util_io_la_SOURCES += socketsession.h socketsession.cc sockaddr_util.h
8+
libkea_util_io_la_SOURCES = fd.h fd.cc
9+
libkea_util_io_la_SOURCES += sockaddr_util.h
1010
libkea_util_io_la_SOURCES += pktinfo_utilities.h
1111
libkea_util_io_la_LIBADD = $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
1212
libkea_util_io_la_LDFLAGS = -no-undefined -version-info 0:1:0

src/lib/util/io/fd_share.cc

Lines changed: 0 additions & 166 deletions
This file was deleted.

src/lib/util/io/fd_share.h

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)