summaryrefslogtreecommitdiff
path: root/solenv/gcc-wrappers/g++.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/gcc-wrappers/g++.cxx')
-rw-r--r--solenv/gcc-wrappers/g++.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/solenv/gcc-wrappers/g++.cxx b/solenv/gcc-wrappers/g++.cxx
index 19106afc13ba..d2ee3d555e0a 100644
--- a/solenv/gcc-wrappers/g++.cxx
+++ b/solenv/gcc-wrappers/g++.cxx
@@ -18,8 +18,6 @@ int main(int argc, char *argv[]) {
setupccenv();
- cerr << "CXX= " << command << " " << args << endl;
-
return startprocess(command,args);
}