Skip to content

Commit

Permalink
Fixup TcpLayer deprecation macro cleanup. (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 authored May 25, 2024
1 parent 3297db8 commit 4dd1a9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Packet++/header/TcpLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
#include "TLVData.h"
#include <string.h>

#ifndef PCPP_DEPRECATED_TCP_OPTION_TYPE
#define PCPP_DEPRECATED_TCP_OPTION_TYPE PCPP_DEPRECATED("enum TcpOptionType is deprecated; " \
"Use enum class TcpOptionEnumType instead")
#endif

/// @file

Expand Down

0 comments on commit 4dd1a9f

Please sign in to comment.