Skip to content

Commit

Permalink
removed unused function extract_callable_signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dh committed May 16, 2021
1 parent cc28da6 commit e64dff0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions solid/solidpython.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,6 @@ def sp_code_in_scad_comment(calling_file: PathStr) -> str:
# ===========
# = Parsing =
# ===========
def extract_callable_signatures(scad_file_path: PathStr) -> List[dict]:
scad_code_str = Path(scad_file_path).read_text()
return parse_scad_callables(scad_code_str)

def parse_scad_callables(scad_code_str: str) -> List[dict]:
callables = []
Expand Down

0 comments on commit e64dff0

Please sign in to comment.