Remove deprecated attribute &disable_print_hook

This commit is contained in:
Daniel Thayer 2012-09-26 16:47:51 -05:00
parent 72f16f2642
commit 254715eaaa
10 changed files with 7 additions and 23 deletions

View file

@ -514,9 +514,6 @@ void BroFile::SetAttrs(Attributes* arg_attrs)
InitEncrypt(log_encryption_key->AsString()->CheckString());
}
if ( attrs->FindAttr(ATTR_DISABLE_PRINT_HOOK) )
DisablePrintHook();
if ( attrs->FindAttr(ATTR_RAW_OUTPUT) )
EnableRawOutput();