From 54bbd82120e42efdbb47d8b7a0a052fe8159c7b3 Mon Sep 17 00:00:00 2001 From: fatihbalsoy Date: Mon, 10 Sep 2018 19:50:10 -0500 Subject: [PATCH] Removed i7 from pull request, already exists. --- src/anbox/cmds/check_features.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/anbox/cmds/check_features.cpp b/src/anbox/cmds/check_features.cpp index c5df3bc..71490d4 100644 --- a/src/anbox/cmds/check_features.cpp +++ b/src/anbox/cmds/check_features.cpp @@ -38,8 +38,6 @@ std::vector cpu_whitelist = { "N2840", // Intel Pentium T4500 "T4500", - // Intel Core i7 Q720 - "Q 720", // Intel Xeon E5520 "E5520" };