mac: Remove unused GetQuickTimeVersion().
The function uses a deprecated function and is unused, so delete it. BUG=6027 NOTRY=true Review-Url: https://codereview.webrtc.org/2114013002 Cr-Commit-Position: refs/heads/master@{#13400}
This commit is contained in:
@ -17,12 +17,6 @@ TEST(MacUtilsTest, GetOsVersionName) {
|
||||
EXPECT_NE(rtc::kMacOSUnknown, ver);
|
||||
}
|
||||
|
||||
TEST(MacUtilsTest, GetQuickTimeVersion) {
|
||||
std::string version;
|
||||
EXPECT_TRUE(rtc::GetQuickTimeVersion(&version));
|
||||
LOG(LS_INFO) << "GetQuickTimeVersion " << version;
|
||||
}
|
||||
|
||||
TEST(MacUtilsTest, RunAppleScriptCompileError) {
|
||||
std::string script("set value to to 5");
|
||||
EXPECT_FALSE(rtc::RunAppleScript(script));
|
||||
|
||||
Reference in New Issue
Block a user