Add UST snapshot support
[lttng-tools.git] / src / bin / lttng-sessiond / snapshot.c
index 5265cf5575d692f94c4f7cde7d1c3d6ea59ea40a..b14a398c343ba58d2cab3a50b726f2d33475b515 100644 (file)
@@ -214,11 +214,6 @@ error:
        return output;
 }
 
-struct snapshot *snapshot_alloc(void)
-{
-       return zmalloc(sizeof(struct snapshot));
-}
-
 /*
  * Initialized a snapshot object that was already allocated.
  *
This page took 0.02359 seconds and 4 git commands to generate.