Merge "Remove vestigial GetPrebuiltCcStaticLibraryFiles"

This commit is contained in:
Alex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-10-26 17:00:29 +00:00
committed by Gerrit Code Review

View File

@@ -220,10 +220,6 @@ func (n noopBazelContext) GetPythonBinary(label string, cfgKey configKey) (strin
panic("unimplemented")
}
func (n noopBazelContext) GetPrebuiltCcStaticLibraryFiles(label string, archType ArchType) ([]string, bool) {
panic("unimplemented")
}
func (n noopBazelContext) InvokeBazel() error {
panic("unimplemented")
}