Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -262,15 +262,6 @@ |
263 | 263 | } |
264 | 264 | |
265 | 265 | /** |
266 | | - * Wrapper for clone(), for compatibility with PHP4-friendly extensions. |
267 | | - * PHP 5 won't let you declare a 'clone' function, even conditionally, |
268 | | - * so it has to be a wrapper with a different name. |
269 | | - */ |
270 | | -function wfClone( $object ) { |
271 | | - return clone( $object ); |
272 | | -} |
273 | | - |
274 | | -/** |
275 | 266 | * Seed Mersenne Twister |
276 | 267 | * No-op for compatibility; only necessary in PHP < 4.2.0 |
277 | 268 | */ |