diff options
Diffstat (limited to 'cc/linkable.go')
-rw-r--r-- | cc/linkable.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/linkable.go b/cc/linkable.go index 1fade717a..d0f03c523 100644 --- a/cc/linkable.go +++ b/cc/linkable.go @@ -102,9 +102,6 @@ type LinkableInterface interface { IsPrebuilt() bool Toc() android.OptionalPath - // IsRustFFI returns true if this is a Rust FFI library. - IsRustFFI() bool - // IsFuzzModule returns true if this a *_fuzz module. IsFuzzModule() bool |