Remove unused symbol constants These were only used by IO predicates removed earlier by commit d56882fa79df9e9b47a1906b2a3662fe6d0727b5. Change-Id: I39b051d0fb744a5c1bd3122eea0f26961efa8531
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Buck and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
buck build all
To package for Maven into the local ~/.m2/repository directory:
buck build install
To publish to the gerrit-maven storage bucket:
buck build deploy