mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 14:20:03 +03:00
Get rid of run function
This commit is contained in:
parent
81c38d5ee8
commit
017d208405
1 changed files with 1 additions and 10 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue