about summary refs log tree commit diff
path: root/src/rt
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-18 14:28:08 -0400
committerRafael Ávila de Espíndola <respindola@mozilla.com>2011-05-18 14:28:08 -0400
commita795d0e5b24a8a74cf2529bfc738af275b5a3e78 (patch)
tree57c9a8619ecf727c7b91b077e2647e1b92a4f995 /src/rt
parentd108bfe2eed963dda50df916c629bfce53d6bbe1 (diff)
downloadrust-a795d0e5b24a8a74cf2529bfc738af275b5a3e78.tar.gz
rust-a795d0e5b24a8a74cf2529bfc738af275b5a3e78.zip
And yet more dead code.
Diffstat (limited to 'src/rt')
-rw-r--r--src/rt/rust_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h
index a1b9be9bf6f..dcc2501d61a 100644
--- a/src/rt/rust_internal.h
+++ b/src/rt/rust_internal.h
@@ -243,8 +243,6 @@ public:
     size_t n_c_syms;
     size_t n_libs;
 
-    uintptr_t abi_tag;
-
     // Crates are immutable, constructed by the compiler.
 
     uintptr_t get_image_base() const;