Author: ihabunek
Date: Fri Jun 17 06:29:36 2011
New Revision: 1136787

URL: http://svn.apache.org/viewvc?rev=1136787&view=rev
Log:
Removed unused constants from LoggerLayoutTTCC.

Modified:
    logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php

Modified: logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php
URL: 
http://svn.apache.org/viewvc/logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php?rev=1136787&r1=1136786&r2=1136787&view=diff
==============================================================================
--- logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php (original)
+++ logging/log4php/trunk/src/main/php/layouts/LoggerLayoutTTCC.php Fri Jun 17 
06:29:36 2011
@@ -50,20 +50,6 @@
  */
 class LoggerLayoutTTCC extends LoggerLayout {
 
-       /**
-        * String constant designating no time information. Current value of
-        * this constant is <b>NULL</b>.
-        */
-        // TODO: not used?
-       const LOG4PHP_LOGGER_LAYOUT_NULL_DATE_FORMAT = 'NULL';
-       
-       /**
-        * String constant designating relative time. Current value of
-        * this constant is <b>RELATIVE</b>.
-        */
-        // TODO: not used?
-       const LOG4PHP_LOGGER_LAYOUT_RELATIVE_TIME_DATE_FORMAT = 'RELATIVE';
-       
        // Internal representation of options
        protected $threadPrinting    = true;
        protected $categoryPrefixing = true;


Reply via email to