diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-04 09:56:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-04 09:56:44 -0800 |
| commit | 51d4f9e0d7f9d44a841497f0d090ceaf9ce81ec6 (patch) | |
| tree | 26690d72294f77181984aad02b4acd9488c92d26 /src | |
| parent | 57e736b5be2052484eec44889586bd89a2724c71 (diff) | |
| download | nng-51d4f9e0d7f9d44a841497f0d090ceaf9ce81ec6.tar.gz nng-51d4f9e0d7f9d44a841497f0d090ceaf9ce81ec6.tar.bz2 nng-51d4f9e0d7f9d44a841497f0d090ceaf9ce81ec6.zip | |
compat: remove unused leftover libnanomsg compatibility headers
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/buf_size_test.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/core/buf_size_test.c b/src/core/buf_size_test.c index 1290a5c2..24069f80 100644 --- a/src/core/buf_size_test.c +++ b/src/core/buf_size_test.c @@ -1,5 +1,5 @@ // -// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a @@ -10,10 +10,6 @@ #include <nuts.h> -#if NNG_ENABLE_COMPAT -#include <nng/compat/nanomsg/nn.h> -#endif - void test_buffer_options(void) { |
