aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-03-15 23:01:12 +0000
committerGuy Harris <guy@alum.mit.edu>2008-03-15 23:01:12 +0000
commit3cf6162f727083452fb06263209c825b88fee99e (patch)
tree6597f0b79f0b2f9f7c3f06a00f0b14eeffe066e7 /epan/conversation.h
parent689e8bd8559fec00503b4563af219c2c842101e3 (diff)
Get rid of a flag that's not used and that has no effect.
svn path=/trunk/; revision=24644
Diffstat (limited to 'epan/conversation.h')
-rw-r--r--epan/conversation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/conversation.h b/epan/conversation.h
index 530b700e57..cb44ba7137 100644
--- a/epan/conversation.h
+++ b/epan/conversation.h
@@ -51,7 +51,6 @@ extern "C" {
*/
#define NO_ADDR_B 0x01
#define NO_PORT_B 0x02
-#define NO_PORT_B_FORCE 0x04
#include "packet.h" /* for conversation dissector type */