summaryrefslogtreecommitdiffstats
path: root/base/logging.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-11 22:19:19 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-11 22:19:19 +0000
commitdeab99363c103d267e7fa9d8d9237bf73d96ded3 (patch)
tree445a7dd0d246f462c5d421785b679980b3734503 /base/logging.h
parent390a75f503b1f810087cdd60a45be7cf118ed4dc (diff)
downloadchromium_src-deab99363c103d267e7fa9d8d9237bf73d96ded3.zip
chromium_src-deab99363c103d267e7fa9d8d9237bf73d96ded3.tar.gz
chromium_src-deab99363c103d267e7fa9d8d9237bf73d96ded3.tar.bz2
Remove an unused logging function.
BUG=none TEST=none Review URL: http://codereview.chromium.org/862002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41325 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/logging.h')
-rw-r--r--base/logging.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/base/logging.h b/base/logging.h
index 00f3f71..07a0d0f 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -153,13 +153,6 @@ void SetMinLogLevel(int level);
// Gets the current log level.
int GetMinLogLevel();
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
-// Get the file descriptor used for logging.
-// Returns -1 if none open.
-// Needed by ZygoteManager.
-int GetLoggingFileDescriptor();
-#endif
-
// Sets the log filter prefix. Any log message below LOG_ERROR severity that
// doesn't start with this prefix with be silently ignored. The filter defaults
// to NULL (everything is logged) if this function is not called. Messages