Remove NS_DEPRECATED_3_39 methods

This commit is contained in:
Eduardo Almeida
2024-01-29 23:24:51 +00:00
parent 7b3ef55ef2
commit aa6ea3dcf6

View File

@@ -88,11 +88,4 @@
*/
#define NS_DEPRECATED_3_40(msg) NS_DEPRECATED(msg)
/**
* \ingroup core
* \def NS_DEPRECATED_3_39
* Tag for things deprecated in version ns-3.39.
*/
#define NS_DEPRECATED_3_39(msg) NS_DEPRECATED(msg)
#endif /* NS3_DEPRECATED_H */