Remove 'Local Variable' comments

This commit is contained in:
Brendan Zabarauskas 2013-05-01 20:52:09 +10:00
parent b4bdc3f500
commit e596128bd8
86 changed files with 0 additions and 775 deletions

View file

@ -150,13 +150,3 @@ fn res_rel_file(cx: @ext_ctxt, sp: codemap::span, arg: &Path) -> Path {
copy *arg
}
}
//
// Local Variables:
// mode: rust
// fill-column: 78;
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// End:
//