Skip to content

Commit 3b9039d

Browse files
committed
Fix logic
Signed-off-by: Arthur Chan <[email protected]>
1 parent 3e5d2f4 commit 3b9039d

File tree

4 files changed

+4
-2065
lines changed

4 files changed

+4
-2065
lines changed

src/fuzz_introspector/frontends/datatypes.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,6 @@ def has_libfuzzer_harness(self) -> bool:
9191
"""Dummy function for source code files."""
9292
return False
9393

94-
# TODO To be removed after combning treesitter for C and C++
95-
def get_c_function_node(self, target_function_name):
96-
"""Dummy function for retrieving tree-sitter node of a function"""
97-
return None
98-
99-
# TODO To be removed after combning treesitter for C and C++
100-
def get_linenumber(self, bytepos) -> int:
101-
"""Dummy function to get line number from byte range"""
102-
return -1
103-
10494

10595
class Project(Generic[T]):
10696
"""Wrapper for doing analysis of a collection of source files."""

0 commit comments

Comments
 (0)