diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 45e5bfa8..530717ae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -174,9 +174,6 @@ int main(int argc, char *argv[]) Cfg_SetValueCb("feature", [¶ms](const ::std::string& s) {
return params.features.count(s) != 0;
});
-
- // TODO: This is for liblibc - should be a command-line option
- //Cfg_SetFlag("stdbuild");
|