aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-08-12 20:05:41 +0000
committerBill Meier <wmeier@newsguy.com>2010-08-12 20:05:41 +0000
commit432cfde19c7e1b93ccd4457eb27a501e55525b2b (patch)
treee2e303d04355a0189d8980dc57c873b2e59843a9 /doc
parent05397615d10c3cf2446e25ac1f492989918f3cf3 (diff)
Remove an incorrect line of code from the proto_reg_hanoff prototype.
svn path=/trunk/; revision=33790
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 86ac925989..21099d0bb4 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1049,8 +1049,6 @@ proto_reg_handoff_PROTOABBREV(void)
*/
PROTOABBREV_handle = new_create_dissector_handle(dissect_PROTOABBREV,
proto_PROTOABBREV);
- dissector_add("PARENT_SUBFIELD", ID_VALUE, PROTOABBREV_handle);
-
initialized = TRUE;
} else {