remove unused environment function

The script dir is never really used since meson --internal handles this.
The last remaining use of the raw script dir got removed in commit
522392e755.
pull/8496/head
Eli Schwartz 4 years ago
parent 96405c3923
commit 487eef2907
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 4
      mesonbuild/environment.py

@ -888,10 +888,6 @@ class Environment:
def dump_coredata(self) -> str:
return coredata.save(self.coredata, self.get_build_dir())
def get_script_dir(self) -> str:
import mesonbuild.scripts
return os.path.dirname(mesonbuild.scripts.__file__)
def get_log_dir(self) -> str:
return self.log_dir

Loading…
Cancel
Save