Skip to content

Commit

Permalink
Remove unused legacy PACKETBUF_ATTR_PACKET_TYPE_* defines
Browse files Browse the repository at this point in the history
  • Loading branch information
arurke committed May 23, 2023
1 parent d4590d4 commit 8d6e635
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions os/net/packetbuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ struct packetbuf_addr {
linkaddr_t addr;
};

#define PACKETBUF_ATTR_PACKET_TYPE_DATA 0
#define PACKETBUF_ATTR_PACKET_TYPE_ACK 1
#define PACKETBUF_ATTR_PACKET_TYPE_STREAM 2
#define PACKETBUF_ATTR_PACKET_TYPE_STREAM_END 3
#define PACKETBUF_ATTR_PACKET_TYPE_TIMESTAMP 4

enum {
PACKETBUF_ATTR_NONE,

Expand Down

0 comments on commit 8d6e635

Please sign in to comment.