mirror of
https://github.com/google/cpu_features.git
synced 2025-04-27 23:22:31 +02:00
[NFC] Remove unused variable
This commit is contained in:
parent
8d86a40b7a
commit
f60b6f8405
@ -363,7 +363,6 @@ static void AddCacheInfo(Node* root, const CacheInfo* cache_info) {
|
||||
static Node* CreateTree(void) {
|
||||
Node* root = CreateMap();
|
||||
#if defined(CPU_FEATURES_ARCH_X86)
|
||||
char brand_string[49];
|
||||
const X86Info info = GetX86Info();
|
||||
const CacheInfo cache_info = GetX86CacheInfo();
|
||||
AddMapEntry(root, "arch", CreateString("x86"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user