From 017d2084055f0c9c0e1c7f7564dc74adb8277d85 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 4 Jun 2015 16:35:02 -0700 Subject: [PATCH] Get rid of run function --- src/main.d | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/main.d b/src/main.d index 69f85f2..923d0cf 100644 --- a/src/main.d +++ b/src/main.d @@ -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; @@ -289,7 +280,7 @@ string[] expandArgs(string[] args) return false; } } - + string[] rVal; if (args.length == 1) args ~= ".";