X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fspawn-viewer.h;fp=src%2Fcommon%2Fspawn-viewer.h;h=0000000000000000000000000000000000000000;hp=4c2fe0252824b30afcfa3404cf30534c8eb6d851;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/common/spawn-viewer.h b/src/common/spawn-viewer.h deleted file mode 100644 index 4c2fe0252..000000000 --- a/src/common/spawn-viewer.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef LTTNG_SPAWN_VIEWER_H -#define LTTNG_SPAWN_VIEWER_H - -/* - * Copyright (C) 2020 Francis Deslauriers - * - * SPDX-License-Identifier: LGPL-2.1-only - * - */ - -#include -#include - -/* - * 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). - */ -extern "C" LTTNG_EXPORT -int spawn_viewer(const char *trace_path, char *opt_viewer, bool opt_live_mode); - -#endif /* ifndef LTTNG_SPAWN_VIEWER_H */