diff options
Diffstat (limited to 'build/templates.mozbuild')
-rw-r--r-- | build/templates.mozbuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build/templates.mozbuild b/build/templates.mozbuild index 85b700c2a..196acd34b 100644 --- a/build/templates.mozbuild +++ b/build/templates.mozbuild @@ -61,14 +61,6 @@ def Library(name): @template -def RustLibrary(name): - '''Template for Rust libraries.''' - Library(name) - - IS_RUST_LIBRARY = True - - -@template def SharedLibrary(name): '''Template for shared libraries.''' Library(name) |