Commit 6b7a5d89 authored by Guido van Rossum's avatar Guido van Rossum

Jack Jansen: Removed Macintosh tab-guessing code

parent b7c298f8
......@@ -109,13 +109,6 @@ PyParser_ParseFile(fp, filename, g, start, ps1, ps2, err_ret)
tok->alterror++;
}
#ifdef macintosh
{
int tabsize = guesstabsize(filename);
if (tabsize > 0)
tok->tabsize = tabsize;
}
#endif
return parsetok(tok, g, start, err_ret);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment