Get rid of run function
This commit is contained in:
parent
81c38d5ee8
commit
017d208405
|
@ -34,17 +34,8 @@ import inifiled;
|
|||
int main(string[] args)
|
||||
{
|
||||
version (unittest)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
return run(args);
|
||||
}
|
||||
}
|
||||
|
||||
int run(string[] args)
|
||||
{
|
||||
bool sloc;
|
||||
bool highlight;
|
||||
bool ctags;
|
||||
|
|
Loading…
Reference in New Issue