mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Remove synchrnized and persistent attributes.
Code that was used by them is still there.
This commit is contained in:
parent
5d44735209
commit
61c84a0a40
9 changed files with 4 additions and 90 deletions
10
src/scan.l
10
src/scan.l
|
@ -310,11 +310,6 @@ when return TOK_WHEN;
|
|||
return TOK_ATTR_MERGEABLE;
|
||||
}
|
||||
|
||||
&persistent {
|
||||
deprecated_attr(yytext);
|
||||
return TOK_ATTR_PERSISTENT;
|
||||
}
|
||||
|
||||
&rotate_interval {
|
||||
deprecated_attr(yytext);
|
||||
return TOK_ATTR_ROTATE_INTERVAL;
|
||||
|
@ -325,11 +320,6 @@ when return TOK_WHEN;
|
|||
return TOK_ATTR_ROTATE_SIZE;
|
||||
}
|
||||
|
||||
&synchronized {
|
||||
deprecated_attr(yytext);
|
||||
return TOK_ATTR_SYNCHRONIZED;
|
||||
}
|
||||
|
||||
@deprecated.* {
|
||||
auto num_files = file_stack.length();
|
||||
auto comment = skip_whitespace(yytext + 11);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue