diff options
author | 2025-02-11 16:35:36 -0800 | |
---|---|---|
committer | 2025-02-11 16:35:36 -0800 | |
commit | bd0b7c2e58fe298bf7ae303768123dfa708dd9aa (patch) | |
tree | 34af1b154badfe2438facd5af12b65a9cea4dc34 /rust/compiler.go | |
parent | d5d2bf99c5b43d5788b4865ade84722ebd60a1f9 (diff) |
Remove unused dist-related variables
Bug: 395184523
Test: verified ninja files did not change
Change-Id: I90e6813163c00975cf722cfb2d79033141d1a4c2
Diffstat (limited to 'rust/compiler.go')
-rw-r--r-- | rust/compiler.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rust/compiler.go b/rust/compiler.go index f186ef38f..c3bc937da 100644 --- a/rust/compiler.go +++ b/rust/compiler.go @@ -257,8 +257,6 @@ type baseCompiler struct { location installLocation sanitize *sanitize - distFile android.OptionalPath - installDeps android.InstallPaths // unstripped output file. |