aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/core/census/placeholders.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/census/placeholders.c b/src/core/census/placeholders.c
index ef9e4854be..b15a296984 100644
--- a/src/core/census/placeholders.c
+++ b/src/core/census/placeholders.c
@@ -83,6 +83,7 @@ census_view *census_view_create(uint32_t metric_id, const census_tag_set *tags,
const census_tag_set *census_view_tags(const census_view *view) {
(void)view;
+ abort();
}
void census_view_delete(census_view *view) {