Skip to content

Commit 3efabee

Browse files
committed
Remove redundant sanity check call
1 parent 962de5b commit 3efabee

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/SPC/builder/macos/MacOSBuilder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
180180
}
181181
$this->buildEmbed();
182182
}
183-
184-
$this->emitPatchPoint('before-sanity-check');
185-
$this->sanityCheck($build_target);
186183
}
187184

188185
public function testPHP(int $build_target = BUILD_TARGET_NONE)

0 commit comments

Comments
 (0)