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>
Thu, 19 Sep 2019 19:31:48 +0000 (15:31 -0400)
commit15de0c603a7e9befe657e6856df286a3d173ad7b
tree1fb6bed8b79b604558d890a53991931252865de2
parentf40001f7dbb65d9add273317e1598df5da8906c5
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.024589 seconds and 4 git commands to generate.