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