1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-17 10:06:16 +02:00

bees context: make it build with clang

Remove unused function getenv_or_die.  All of our environment variable
parameters are optional or have default values.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2020-12-17 16:37:59 -05:00
parent 363c45b8cd
commit 7bbb4d14cb
2 changed files with 0 additions and 14 deletions

View File

@ -110,9 +110,6 @@ namespace crucible {
}
}
template<>
struct ResourceHandle<Process::id, Process>;
pid_t
gettid()
{