Remove unused redef-able constants

This commit is contained in:
Daniel Thayer 2018-08-15 10:30:09 -05:00
parent dc0904a7f3
commit d7be90c3ca
2 changed files with 0 additions and 8 deletions

View file

@ -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.