Skip to content

Commit

Permalink
Remove accidentally added InputManager and unused configure.py func
Browse files Browse the repository at this point in the history
  • Loading branch information
em-eight committed Sep 10, 2023
1 parent b1ad958 commit d1db00b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 636 deletions.
9 changes: 0 additions & 9 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,15 +449,6 @@ def add_ppc2cpp_rules(orig_files, target_files, orig_out, target_out, n: Writer)
)


def create_ppc2cpp_proj(files, out, n: Writer, orig: bool):
rulename = "ppc2cppcreateorig" if orig else "ppc2cppcreatetarget"
n.build(
str(out),
rule=rulename,
inputs=list(str(pth) for pth in files)
)


def configure(args):
analyse_bins(args.force_analyse)
gen_asm(args.regen_asm)
Expand Down
Loading

0 comments on commit d1db00b

Please sign in to comment.