Remove Rust from the tree.

Part 4 for #58
This commit is contained in:
wolfbeast 2018-03-13 13:38:57 +01:00 committed by Roy Tam
commit 963560a1d2
496 changed files with 4 additions and 788702 deletions

View file

@ -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.'''