about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/mangled_std_symbols.rs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/mangled_std_symbols.rs')
-rw-r--r--compiler/rustc_codegen_gcc/src/mangled_std_symbols.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_codegen_gcc/src/mangled_std_symbols.rs b/compiler/rustc_codegen_gcc/src/mangled_std_symbols.rs
deleted file mode 100644
index b0c3f214d66..00000000000
--- a/compiler/rustc_codegen_gcc/src/mangled_std_symbols.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-pub const ARGV_INIT_ARRAY: &str = "_ZN3std3sys4unix4args3imp15ARGV_INIT_ARRAY";
-pub const ARGV_INIT_WRAPPER: &str = "_ZN3std3sys4unix4args3imp15ARGV_INIT_ARRAY12init_wrapper";
-pub const ARGC: &str = "_ZN3std3sys4unix4args3imp4ARGC";
-pub const ARGV: &str = "_ZN3std3sys4unix4args3imp4ARGV";