Skip to content

Commit 4ec1672

Browse files
authored
refactor: 謎のコードを削除 (#1084)
#825 のときに紛れ込んだ、消し忘れコードを消す。
1 parent c509374 commit 4ec1672

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/voicevox_core_c_api/tests/e2e/testcases/global_info.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ impl assert_cdylib::TestCase for TestCase {
2929

3030
let onnxruntime = {
3131
let mut onnxruntime = MaybeUninit::uninit();
32-
let _ = const {
33-
if true {
34-
0
35-
} else {
36-
panic!();
37-
}
38-
};
3932
assert_ok(
4033
lib.voicevox_onnxruntime_load_once(
4134
VoicevoxLoadOnnxruntimeOptions {

0 commit comments

Comments
 (0)