Skip to content

Commit e64dff0

Browse files
committed
removed unused function extract_callable_signatures
1 parent cc28da6 commit e64dff0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

solid/solidpython.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,6 @@ def sp_code_in_scad_comment(calling_file: PathStr) -> str:
611611
# ===========
612612
# = Parsing =
613613
# ===========
614-
def extract_callable_signatures(scad_file_path: PathStr) -> List[dict]:
615-
scad_code_str = Path(scad_file_path).read_text()
616-
return parse_scad_callables(scad_code_str)
617614

618615
def parse_scad_callables(scad_code_str: str) -> List[dict]:
619616
callables = []

0 commit comments

Comments
 (0)