Fix: move lttng_context_is_app to core file
[lttng-ust.git] / liblttng-ust / lttng-context.c
index e2032162e514c8e1aac85e6ee88a13c559cc0cb8..4e5b308466212563acc2342ecb929c00349dad35 100644 (file)
@@ -55,14 +55,6 @@ int lttng_find_context(struct lttng_ctx *ctx, const char *name)
        return 0;
 }
 
-int lttng_context_is_app(const char *name)
-{
-       if (strncmp(name, "$app.", strlen("$app.")) != 0) {
-               return 0;
-       }
-       return 1;
-}
-
 int lttng_get_context_index(struct lttng_ctx *ctx, const char *name)
 {
        unsigned int i;
This page took 0.027342 seconds and 5 git commands to generate.