summaryrefslogtreecommitdiff
path: root/tools/ltgrey.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ltgrey.c')
-rw-r--r--tools/ltgrey.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/ltgrey.c b/tools/ltgrey.c
index ee6b4e5..75c8438 100644
--- a/tools/ltgrey.c
+++ b/tools/ltgrey.c
@@ -140,7 +140,5 @@ int main(int _argc, char** _argv){
return 0;
}
- int sts = foo.doit(shift, stain);
- return sts;
-
+ return 0;
}