Skip to content

Commit

Permalink
Dropped pre 7.5.8 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wielemaker authored and Jan Wielemaker committed Feb 20, 2018
1 parent 28c4cab commit 3817324
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions daemon.pl
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@
:- use_module(library(option)).
:- use_module(library(main)).

:- if((current_prolog_flag(version,V),V>=70508)).
:- initialization(swish_daemon, main).
:- else.
:- initialization(swish_daemon).
:- endif.

swish_daemon :-
current_prolog_flag(argv, Argv),
Expand Down

0 comments on commit 3817324

Please sign in to comment.