Clean-up: remove unused stream file creation and unlink functions
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 9 Sep 2019 16:39:02 +0000 (12:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Sep 2019 16:15:44 +0000 (12:15 -0400)
commit2530e68bb73b6ed32df6c5b4a5031bca3f5f3015
treebcd5b6feb22de9e4f44ca94c3fd858d59b28b4ed
parentf2aea36dd732363bb58b2613b3680ad7a3bec856
Clean-up: remove unused stream file creation and unlink functions

No code should be creating or unlinking stream files without going
through the trace chunk interface. These functions are removed since
there are no more users and no legitimate future users.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/utils.c
src/common/utils.h
This page took 0.02642 seconds and 5 git commands to generate.