This commit is contained in:
Justin Whear 2013-07-26 13:32:14 -07:00
parent 4f32e16e2b
commit 91c8be08b5
1 changed files with 0 additions and 1 deletions

1
main.d
View File

@ -265,7 +265,6 @@ int main(string[] args)
{
auto tokens = tokenize(readText(args[1]));
auto mod = parseModule(tokens);
//mod.writeCtagsTo(stdout, args[1]);
foreach (tag; mod.getCtags(args[1]))
stdout.writeln(tag);
}