From bd0b7c2e58fe298bf7ae303768123dfa708dd9aa Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 11 Feb 2025 16:35:36 -0800 Subject: Remove unused dist-related variables Bug: 395184523 Test: verified ninja files did not change Change-Id: I90e6813163c00975cf722cfb2d79033141d1a4c2 --- rust/compiler.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust/compiler.go') 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. -- cgit v1.2.3-59-g8ed1b