From 3069eaf35e833ffe4a1c1c7829dd7e168ae27420 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Wed, 11 Sep 2013 15:56:48 +0200 Subject: Merge up to r3319 --- .../PhpDocumentor/phpDocumentor/clone.inc.php | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 buildscripts/PhpDocumentor/phpDocumentor/clone.inc.php (limited to 'buildscripts/PhpDocumentor/phpDocumentor/clone.inc.php') diff --git a/buildscripts/PhpDocumentor/phpDocumentor/clone.inc.php b/buildscripts/PhpDocumentor/phpDocumentor/clone.inc.php deleted file mode 100644 index 57084493..00000000 --- a/buildscripts/PhpDocumentor/phpDocumentor/clone.inc.php +++ /dev/null @@ -1,53 +0,0 @@ - - * @copyright 2001-2006 Gregory Beaver - * @license http://www.opensource.org/licenses/lgpl-license.php LGPL - * @version CVS: $Id: clone.inc.php 243202 2007-09-30 02:08:08Z ashnazg $ - * @filesource - * @link http://www.phpdoc.org - * @link http://pear.php.net/PhpDocumentor - * @since 1.0rc1 - * @todo CS cleanup - change package to PhpDocumentor - */ -/** - * Clone an object in PHP 4 - * - * @param object $obj the object to be cloned - * - * @return object the new clone - * @todo CS cleanup - rename function to PhpDocumentor_clone - */ -function phpDocumentor_clone($obj) -{ - return $obj; -} - -?> -- cgit v1.2.3