Skip to content

Commit fdc04c0

Browse files
authored
Merge pull request #5673 from martin-frbg/fixup-5671
remove inadvertently committed printf from PR 5671
2 parents bc69f86 + f881af5 commit fdc04c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpuid_x86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ int get_cacheinfo(int type, cache_info_t *cacheinfo)
489489
info[12] = BITMASK(edx, 8, 0xff);
490490
info[13] = BITMASK(edx, 16, 0xff);
491491
info[14] = BITMASK(edx, 24, 0xff);
492-
fprintf(stderr,"numcalls needed to retrieve all cache data %d\n",numcalls);
492+
493493
for (i = 0; i < 15; i++) {
494494
switch (info[i]) {
495495
/* This table is from http://www.sandpile.org/x86/cpuid.htm */

0 commit comments

Comments
 (0)