aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-13 13:13:24 +0000
committerEvan Huus <eapache@gmail.com>2013-10-13 13:13:24 +0000
commite7a0c26becccfef2b4f72cb9a4bc2b1f6c8f709a (patch)
tree1dbf3a57696a40a4494250eb03c0121d5cf3f617 /doc/README.developer
parent14d9d103730857d1b7fb0582e614cce480788c45 (diff)
Subsume README.binarytrees into wmem doxygen. The README was out of date
anyways, since Michael made key operations non-destructive in r44380. svn path=/trunk/; revision=52583
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index b37dfa5417..8a1f9d6fe5 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -47,7 +47,6 @@ You'll find additional information in the following README files:
You'll find additional dissector related information in the file
README.dissector as well as the following README files:
-- README.binarytrees - fast access to large data collections
- README.heuristic - what are heuristic dissectors and how to write them
- README.plugins - how to "pluginize" a dissector
- README.python - writing a dissector in PYTHON.