Author: floriansemm
Date: Thu Apr 5 06:01:20 2012
New Revision: 1309658
URL: http://svn.apache.org/viewvc?rev=1309658&view=rev
Log:
unused property deleted
Modified:
logging/log4php/trunk/src/main/php/LoggerLoggingEvent.php
Modified: logging/log4php/trunk/src/main/php/LoggerLoggingEvent.php
URL:
http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/LoggerLoggingEvent.php?rev=1309658&r1=1309657&r2=1309658&view=diff
==============================================================================
--- logging/log4php/trunk/src/main/php/LoggerLoggingEvent.php (original)
+++ logging/log4php/trunk/src/main/php/LoggerLoggingEvent.php Thu Apr 5
06:01:20 2012
@@ -69,14 +69,6 @@ class LoggerLoggingEvent {
private $ndcLookupRequired = true;
/**
- * Have we tried to do an MDC lookup? If we did, there is no need
- * to do it again. Note that its value is always false when
- * serialized. See also the getMDC and getMDCCopy methods.
- * @var boolean
- */
- private $mdcCopyLookupRequired = true;
-
- /**
* @var mixed The application supplied message of logging event.
*/
private $message;