diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-12-11 11:18:24 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-12-11 11:18:24 +0100 |
commit | 57666bcb77f0c6aa26cd8647572a0f8349e335c5 (patch) | |
tree | be45815f9f496b54f44bbb6062ab6ee292c8d56f /tests/unittests | |
parent | 47a447bf73f508d4984dad283f6650aa8cb3f8a5 (diff) | |
download | profani-tty-57666bcb77f0c6aa26cd8647572a0f8349e335c5.tar.gz |
Remove log_reinit()
Not needed anymore.
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/log/stub_log.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/unittests/log/stub_log.c b/tests/unittests/log/stub_log.c index ee3780a7..4770eef0 100644 --- a/tests/unittests/log/stub_log.c +++ b/tests/unittests/log/stub_log.c @@ -37,10 +37,6 @@ log_get_filter(void) } void -log_reinit(void) -{ -} -void log_close(void) { } |