toxcore/other/bootstrap_daemon/docker
iphydf f8ab32aaa4
Add a check that we don't have any unused functions.
This check puts all of our code in a C++ anonymous namespace, which is
effectively making all functions `static`. This allows the compiler to
determine that a function is unused, so we can delete it.
2020-05-02 22:00:09 +01:00
..
Dockerfile Rework the toxchat/bootstrap-node Docker image. 2020-04-26 16:13:24 +00:00
get-nodes.py Rework the toxchat/bootstrap-node Docker image. 2020-04-26 16:13:24 +00:00
tox-bootstrapd.sha256 Add a check that we don't have any unused functions. 2020-05-02 22:00:09 +01:00
update-sha256 Fix errors on error paths found by oomer. 2020-05-02 21:47:08 +01:00