Skip to content

Commit

Permalink
net: Removed unused GnuTLS dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Boquard <michael@redpanda.com>
  • Loading branch information
michael-redpanda committed May 18, 2024
1 parent 958e895 commit 1d60df7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/v/net/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ v_cc_library(
v::metrics
v::hashing
v::compression
GnuTLS::GnuTLS
)

add_subdirectory(tests)
4 changes: 0 additions & 4 deletions src/v/net/probes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
#include <boost/lexical_cast.hpp>
#include <fmt/chrono.h>
#include <fmt/ranges.h>
#include <gnutls/gnutls.h>
#include <gnutls/gnutlsxx.h>
#include <gnutls/x509-ext.h>
#include <gnutls/x509.h>

#include <chrono>
#include <ostream>
Expand Down

0 comments on commit 1d60df7

Please sign in to comment.