summaryrefslogtreecommitdiff
path: root/test/benchmark-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/benchmark-common.c')
-rw-r--r--test/benchmark-common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/benchmark-common.c b/test/benchmark-common.c
index 0c21455b..a704f35c 100644
--- a/test/benchmark-common.c
+++ b/test/benchmark-common.c
@@ -67,6 +67,7 @@ static gint benchmark_run (gint argc, gchar *argv []);
GList *benchmark_data_plots = NULL;
gboolean benchmark_is_running = FALSE;
+#if 0
static void
benchmark_begin_data_plot (const gchar *name, const gchar *x_unit, const gchar *y_unit)
{
@@ -123,6 +124,8 @@ benchmark_add_data_point (gdouble x, gdouble y)
g_array_append_val (data_set->points, data_point);
}
+#endif
+
static void
benchmark_end (void)
{