Skip to content

Commit

Permalink
Remove old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Sep 23, 2023
1 parent b6e03c4 commit 687d256
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ static void validateDecompileInputs(PtContext &ctx)

if (!std::filesystem::exists(ctx.decompilerSrcPaths.metatileBehaviors) ||
!std::filesystem::is_regular_file(ctx.decompilerSrcPaths.metatileBehaviors)) {
// TODO : skip this check if user did not supply a behaviors header
fatalerror(ctx.err, ctx.decompilerSrcPaths, ctx.decompilerConfig.mode,
fmt::format("{}: behaviors header did not exist or was not a regular file",
ctx.decompilerSrcPaths.metatileBehaviors));
Expand Down

0 comments on commit 687d256

Please sign in to comment.