Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Aug 30, 2024
1 parent 3607653 commit 57ad6db
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/pyswip/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,17 +307,6 @@ def walk(path, name):
return None


def get_swi_ver():
import re

swi_ver = input('Please enter you SWI-Prolog version in format "X.Y.Z": ')
match = re.search(r"[0-9]+\.[0-9]+\.[0-9]+", swi_ver)
if match is None:
raise InputError("Error, type normal version")

return swi_ver


def _findSwiplMacOSHome():
"""
This function is guesing where SWI-Prolog is
Expand Down

0 comments on commit 57ad6db

Please sign in to comment.