summaryrefslogtreecommitdiffstats
path: root/src/portable.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-04 12:26:17 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-04 12:26:17 (GMT)
commitc8ff40b37ca811e207968b70b7c60cbb7dd58596 (patch)
treeef201c204bbecc75e50d36378b09c3bc88a188ff /src/portable.cpp
parent67375f4cf2dc12ad1445d6b02863954c1c11ee97 (diff)
downloadDoxygen-c8ff40b37ca811e207968b70b7c60cbb7dd58596.zip
Doxygen-c8ff40b37ca811e207968b70b7c60cbb7dd58596.tar.gz
Doxygen-c8ff40b37ca811e207968b70b7c60cbb7dd58596.tar.bz2
Remove debug statement
Diffstat (limited to 'src/portable.cpp')
-rw-r--r--src/portable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable.cpp b/src/portable.cpp
index 6d94569..224266a 100644
--- a/src/portable.cpp
+++ b/src/portable.cpp
@@ -196,7 +196,6 @@ int portable_system(const char *command,const char *args,bool commandHasConsole)
}
}
#endif
- fprintf(stderr,"AME ==> we should not get here\n");
return 1; // we should never get here
}