summaryrefslogtreecommitdiffstats
path: root/src/qdoc/location.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/location.cpp')
-rw-r--r--src/qdoc/location.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/qdoc/location.cpp b/src/qdoc/location.cpp
index a76a7327a..7178c0f85 100644
--- a/src/qdoc/location.cpp
+++ b/src/qdoc/location.cpp
@@ -358,18 +358,6 @@ void Location::information(const QString &message)
}
/*!
- Prints \a message to \c stderr followed by a \c{'\n'},
- but only if the -log-progress option is set.
- */
-void Location::logToStdErr(const QString &message)
-{
- if (logProgress_) {
- fprintf(stderr, "LOG: %s\n", message.toLatin1().data());
- fflush(stderr);
- }
-}
-
-/*!
Report a program bug, including the \a hint.
*/
void Location::internalError(const QString &hint)