Add UST test binaries to gitignore
[lttng-tools.git] / lttng / commands / destroy.c
index 516f8ab9521a539c6ed109be40476640df6730df..151686ff9061b157fa9b33aadd8c6924550e534b 100644 (file)
@@ -56,10 +56,8 @@ static void usage(FILE *ofp)
 }
 
 /*
- *  destroy_session
- *
- *  Destroy a session removing the config directory and unregistering to the
- *  session daemon.
+ * Destroy a session removing the config directory and unregistering to the
+ * session daemon.
  */
 static int destroy_session()
 {
@@ -105,9 +103,7 @@ error:
 }
 
 /*
- *  cmd_destroy
- *
- *  The 'destroy <options>' first level command
+ * The 'destroy <options>' first level command
  */
 int cmd_destroy(int argc, const char **argv)
 {
This page took 0.02365 seconds and 4 git commands to generate.