Remove rnn_vad_tool.cc that contains main().

This commit is contained in:
Ryo Kawaguchi
2021-09-08 12:21:50 +00:00
committed by Tanu Kaskinen
parent 6e37f37c4e
commit 57ec282d4f
3 changed files with 0 additions and 136 deletions

View File

@ -215,19 +215,4 @@ if (rtc_include_tests) {
deps += [ ":unittests_bundle_data" ]
}
}
rtc_executable("rnn_vad_tool") {
testonly = true
sources = [ "rnn_vad_tool.cc" ]
deps = [
":rnn_vad",
":rnn_vad_common",
"../../../../api:array_view",
"../../../../common_audio",
"../../../../rtc_base:rtc_base_approved",
"../../../../test:test_support",
"//third_party/abseil-cpp/absl/flags:flag",
"//third_party/abseil-cpp/absl/flags:parse",
]
}
}