From deab99363c103d267e7fa9d8d9237bf73d96ded3 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 11 Mar 2010 22:19:19 +0000 Subject: 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 --- base/logging.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'base/logging.h') 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 -- cgit v1.1