Skip to content

Commit

Permalink
Revert "Stops it from hanging if called with no args (#177)" (#178)
Browse files Browse the repository at this point in the history
This reverts commit 0730454.
  • Loading branch information
saper authored and xzyfer committed Jul 26, 2016
1 parent 0730454 commit 2075bcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sassc.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ int main(int argc, char** argv) {
#ifdef _WIN32
get_argv_utf8(&argc, &argv);
#endif
if (argc == 1) {print_usage(argv[0]); return 0;}

char *outfile = 0;
int from_stdin = 0;
bool generate_source_map = false;
Expand Down

0 comments on commit 2075bcd

Please sign in to comment.