mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-28 22:30:04 +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)
|
int main(string[] args)
|
||||||
{
|
{
|
||||||
version (unittest)
|
version (unittest)
|
||||||
{
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
return run(args);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
int run(string[] args)
|
|
||||||
{
|
|
||||||
bool sloc;
|
bool sloc;
|
||||||
bool highlight;
|
bool highlight;
|
||||||
bool ctags;
|
bool ctags;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue