about summary refs log tree commit diff
path: root/src/comp/lib
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2011-11-17 11:46:13 -0800
committerNiko Matsakis <niko@alum.mit.edu>2011-11-17 11:46:13 -0800
commitadc79e2f448d50b4d0dfd7b7c10a36711959b384 (patch)
tree71ae88122a3d00e182add97ca732c966e74233ed /src/comp/lib
parenta92699fe585f1f02a300d69620c0a098b1e12d9c (diff)
downloadrust-adc79e2f448d50b4d0dfd7b7c10a36711959b384.tar.gz
rust-adc79e2f448d50b4d0dfd7b7c10a36711959b384.zip
remove compile-command from local variable blocks
Diffstat (limited to 'src/comp/lib')
-rw-r--r--src/comp/lib/llvm.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs
index c9da469bc50..68b90e4e6e4 100644
--- a/src/comp/lib/llvm.rs
+++ b/src/comp/lib/llvm.rs
@@ -1088,6 +1088,5 @@ fn mk_section_iter(llof: ObjectFileRef) -> section_iter {
 // indent-tabs-mode: nil
 // c-basic-offset: 4
 // buffer-file-coding-system: utf-8-unix
-// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
 // End:
 //