Fix: rotation may never complete in per-PID buffering mode
[lttng-tools.git] / tests / unit / test_ust_data.c
index f0acb2f2220cc623ecf8ec49339f59cfd5f5186a..cea322d32ddaf3a8f6bd07eb695772653758266a 100644 (file)
@@ -63,19 +63,6 @@ static char random_string[RANDOM_STRING_LEN];
 static struct ltt_ust_session *usess;
 static struct lttng_domain dom;
 
-/*
- * Stub to prevent an undefined reference in this test without having to link
- * the entire tree because of a cascade of dependencies. This is not used,
- * it is just there to prevent GCC from complaining.
- */
-int rotate_add_channel_pending(uint64_t key, enum lttng_domain_type domain,
-               struct ltt_session *session)
-{
-       ERR("Stub called instead of the real function");
-       abort();
-       return -1;
-}
-
 /*
  * Return random string of 10 characters.
  * Not thread-safe.
This page took 0.023219 seconds and 4 git commands to generate.