aboutsummaryrefslogtreecommitdiff
path: root/src/statdict.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statdict.c')
-rw-r--r--src/statdict.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/statdict.c b/src/statdict.c
index e87123b..69b442f 100644
--- a/src/statdict.c
+++ b/src/statdict.c
@@ -113,9 +113,6 @@ dict_lookup(char const *key, uint64_t *val)
struct VSC_point **ent;
ent = lookup(key, 0);
- if (!ent) {
- fprintf(stderr, "%s NOT FOUND\n", key);
- }
if (!ent)
return -1;
*val = *(uint64_t*)(*ent)->ptr;
@@ -168,5 +165,4 @@ dict_load(struct vsc *vsc)
dict_clear();
backend_clear();
VSC_Iter(vsc, &fantom, load_cb, NULL);
- backend_collect_addr();
}

Return to:

Send suggestions and report system problems to the System administrator.