| Index: gpu/config/gpu_util.cc
|
| diff --git a/gpu/config/gpu_util.cc b/gpu/config/gpu_util.cc
|
| index e27c292fecf6256c352ed0e2dfb4705547d0e2d7..49eb25b7f1cfb7d1b66f3d17a7a82245e61d82b3 100644
|
| --- a/gpu/config/gpu_util.cc
|
| +++ b/gpu/config/gpu_util.cc
|
| @@ -61,13 +61,6 @@ void StringToIds(const std::string& str, std::vector<uint32_t>* list) {
|
|
|
| } // namespace anonymous
|
|
|
| -void MergeFeatureSets(std::set<int>* dst, const std::set<int>& src) {
|
| - DCHECK(dst);
|
| - if (src.empty())
|
| - return;
|
| - dst->insert(src.begin(), src.end());
|
| -}
|
| -
|
| void ApplyGpuDriverBugWorkarounds(const GPUInfo& gpu_info,
|
| base::CommandLine* command_line) {
|
| std::unique_ptr<GpuDriverBugList> list(GpuDriverBugList::Create());
|
|
|