- Not sure what I meant  by this, removed this TODO
- Removed some commented-out code
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-25 18:19:01 +02:00
parent 71d973a21e
commit 42eda6287a
1 changed files with 0 additions and 4 deletions

View File

@ -91,10 +91,6 @@ template WorkerFunction(alias FuncIn)
Value workerFunc()
{
alias funcInReturn = ReturnType!(FuncIn);
// TODO: Need more constructor
// Value value = Value(FuncIn());
Value value;
ValueUnion valUnion;