From 38d185280e2cad4ed6673bb38f707f54dad4ded7 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 13 Mar 2018 13:38:57 +0100 Subject: Remove Rust from the tree. Part 4 for #58 --- build/templates.mozbuild | 8 -------- 1 file changed, 8 deletions(-) (limited to 'build/templates.mozbuild') diff --git a/build/templates.mozbuild b/build/templates.mozbuild index 85b700c2a..196acd34b 100644 --- a/build/templates.mozbuild +++ b/build/templates.mozbuild @@ -60,14 +60,6 @@ def Library(name): LIBRARY_NAME = name -@template -def RustLibrary(name): - '''Template for Rust libraries.''' - Library(name) - - IS_RUST_LIBRARY = True - - @template def SharedLibrary(name): '''Template for shared libraries.''' -- cgit v1.2.3