1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

Remove unused methods-on-non-objects-nested.inc

File `Zend/tests/methods-on-non-objects-nested.inc` was introduced
in 971d369d88 and made obsolete in
1c94ff0595.
This commit is contained in:
Peter Kokot
2018-09-18 21:58:40 +02:00
parent cdde07d059
commit 6f1a04120b

View File

@@ -1,4 +0,0 @@
<?php
function nested() {
throw new LogicException('Should not be called');
}