Skip to content

Commit f881af5

Browse files
authored
remove inadvertently committed printf
1 parent bc69f86 commit f881af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)