Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / src / common / spawn-viewer.h
diff --git a/src/common/spawn-viewer.h b/src/common/spawn-viewer.h
deleted file mode 100644 (file)
index 316fe19..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#ifndef LTTNG_SPAWN_VIEWER_H
-#define LTTNG_SPAWN_VIEWER_H
-
-/*
- * Copyright (C) 2020 Francis Deslauriers <francis.deslauriers@efficios.com>
- *
- * SPDX-License-Identifier: GPL-2.0-only
- *
- */
-
-#include <stdbool.h>
-
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
-/*
- * Read the trace by `exec()ing` the provided viewer program if any. If
- * `opt_viewer` is NULL, try to read the trace with the default trace reader.
- * On success, this function doesn't return.
- * Returns -1 if the `opt_viewer` string or the default trace viewer can't be
- * `exec()`.
- *
- * This symbol was mistakenly made public before the 2.12 release. It can't
- * be removed (but it can be stubbed-out if necessary).
- */
-int spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode);
-
-#if defined(__cplusplus)
-}
-#endif
-
-#endif /* ifndef LTTNG_SPAWN_VIEWER_H */
This page took 0.023815 seconds and 4 git commands to generate.