summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-11-27 18:32:57 +0800
committerJohn Hodge <tpg@mutabah.net>2016-11-27 18:32:57 +0800
commit3aa77e8cd45c4597867751814bebabb9daad5ae8 (patch)
tree45d6357ad5d100b421bfeef784a6c93653229f46 /src/main.cpp
parent11476adc4196c5810b44cfa8f2a97fe8d98460a6 (diff)
downloadmrust-3aa77e8cd45c4597867751814bebabb9daad5ae8.tar.gz
HIR - Move impl parameters from node to the path
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
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", [&params](const ::std::string& s) {
return params.features.count(s) != 0;
});
-
- // TODO: This is for liblibc - should be a command-line option
- //Cfg_SetFlag("stdbuild");