Skip to content

Commit 42ebc14

Browse files
authored
removed unnecessary comment and moved gitignore file
1 parent 2cc7410 commit 42ebc14

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/mcp/decomphelper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def compile_cpp_code_for_function(function_name: str, contents: str) -> tuple[bo
134134
path = Path(rresult)
135135
if not path.exists():
136136
path.parent.mkdir(parents = True, exist_ok=True)
137-
#return False, "", f"cpp file path does not exist: {str(path)}"
138137
path.write_text(contents)
139138

140139
# Ensure the cpp file is included in the build
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore cached decompiled functions from 'functionexporter.py'
2+
decompilation/OpenSHC

tools/mcp/ghidra_scripts/decompilation/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)