Removing Broxygen's dpd_config magic.

The table doesn't exist anymore. The functionality has been replaced
with a function call but I can't really see how to get it out of
there. We could get it from the analyzer manager, however then we
can't tie it back to a script anymore. What we could do eventually is
add this to the information about the analyzer plugin.
This commit is contained in:
Robin Sommer 2013-05-16 21:09:44 -07:00
parent ea9fd74fc5
commit 7b50f97d39
2 changed files with 2 additions and 63 deletions

View file

@ -1081,8 +1081,7 @@ decl:
add_global($2, $3, $4, $5, $6, VAR_REDEF);
if ( generate_documentation &&
! streq("capture_filters", $2->Name()) &&
! streq("dpd_config", $2->Name()) )
! streq("capture_filters", $2->Name()) )
{
ID* fake_id = create_dummy_id($2, $2->Type());
BroDocObj* o = new BroDocObj(fake_id, reST_doc_comments, true);