mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 02:39:44 +00:00
Remove unused constant (never actually used)
This commit is contained in:
parent
d6d3c1f413
commit
c22f24fb19
@ -95,7 +95,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
#define PAYLOAD_FLAG_SENDER_SAME (1<<0)
|
||||
#define PAYLOAD_FLAG_TO_BROADCAST (1<<1)
|
||||
#define PAYLOAD_FLAG_ONE_HOP (1<<2)
|
||||
#define PAYLOAD_FLAG_LONG_PAYLOAD (1<<3)
|
||||
#define PAYLOAD_FLAG_CIPHERED (1<<4)
|
||||
#define PAYLOAD_FLAG_SIGNED (1<<5)
|
||||
#define PAYLOAD_FLAG_DUPLICATE (1<<6)
|
||||
|
Loading…
Reference in New Issue
Block a user