mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Merge remote-tracking branch 'origin/topic/dnthayer/ticket1963'
* origin/topic/dnthayer/ticket1963: Remove unused redef-able constants Convert some redef-able constants to runtime options
This commit is contained in:
commit
6595b21e2e
24 changed files with 76 additions and 51 deletions
|
@ -42,9 +42,6 @@ export {
|
|||
## Returns: A record representing the full results from the
|
||||
## external program execution.
|
||||
global run: function(cmd: Command): Result;
|
||||
|
||||
## The system directory for temporary files.
|
||||
const tmp_dir = "/tmp" &redef;
|
||||
}
|
||||
|
||||
# Indexed by command uid.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue