about summary refs log tree commit diff
path: root/src/compiletest
diff options
context:
space:
mode:
authorBrendan Zabarauskas <bjzaba@yahoo.com.au>2013-05-01 20:52:09 +1000
committerBrendan Zabarauskas <bjzaba@yahoo.com.au>2013-05-02 13:22:04 +1000
commite596128bd87b978fb163235bcf5eb0ef7d446218 (patch)
tree34fd2161c63d52a7f4f0cfff140d43de291db021 /src/compiletest
parentb4bdc3f50040301bdcd372e320044f8fb2efb76f (diff)
Remove 'Local Variable' comments
Diffstat (limited to 'src/compiletest')
-rw-r--r--src/compiletest/compiletest.rc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/compiletest/compiletest.rc b/src/compiletest/compiletest.rc
index 4392ce7ba28..b6d690f8307 100644
--- a/src/compiletest/compiletest.rc
+++ b/src/compiletest/compiletest.rc
@@ -223,10 +223,3 @@ pub fn make_test_closure(config: config, testfile: &Path) -> test::TestFn {
     let testfile = testfile.to_str();
     test::DynTestFn(|| runtest::run(config, testfile))
 }
-
-// Local Variables:
-// fill-column: 78;
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: