aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-01-04 14:17:27 -0800
committerGarrett D'Amore <garrett@damore.org>2025-01-04 14:17:31 -0800
commit7cdba9654117b4be1bf43925c10bae1a2a510cfa (patch)
tree30bc63cdb316b037ce8b9d4c560c64b1f1a01e52 /include
parent8967823efc6f0617ad4d5666bad262a77a8f0039 (diff)
downloadnng-7cdba9654117b4be1bf43925c10bae1a2a510cfa.tar.gz
nng-7cdba9654117b4be1bf43925c10bae1a2a510cfa.tar.bz2
nng-7cdba9654117b4be1bf43925c10bae1a2a510cfa.zip
api: remove the supplemental platform.h header
Diffstat (limited to 'include')
-rw-r--r--include/nng/supplemental/util/platform.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/nng/supplemental/util/platform.h b/include/nng/supplemental/util/platform.h
deleted file mode 100644
index 84286388..00000000
--- a/include/nng/supplemental/util/platform.h
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// Copyright 2024 Staysail Systems, Inc. <info@staysail.tech>
-//
-// This software is supplied under the terms of the MIT License, a
-// copy of which should be located in the distribution where this
-// file was obtained (LICENSE.txt). A copy of the license may also be
-// found online at https://opensource.org/licenses/MIT.
-//
-
-#ifndef NNG_SUPPLEMENTAL_UTIL_PLATFORM_H
-#define NNG_SUPPLEMENTAL_UTIL_PLATFORM_H
-
-// The declarations in this file have been relocated to <nng/nng.h>.
-// This file itself is deprecated, and applications should stop including
-// it directly.
-#include <nng/nng.h>
-
-#endif // NNG_SUPPLEMENTAL_UTIL_PLATFORM_H