summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php')
-rw-r--r--buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php b/buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php
deleted file mode 100644
index 20919a99..00000000
--- a/buildscripts/PhpDocumentor/phpDocumentor/clone5.inc.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-/**
- * Clone an object in PHP 5
- * @param object
- * @return object
- * @ignore
- */
-function phpDocumentor_clone($obj)
-{
- return clone $obj;
-}
-
-?> \ No newline at end of file