1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00

minor cleanup

This commit is contained in:
Daniel Lowrey 2015-07-21 17:25:11 -04:00
parent d6b674b93b
commit dcab6907c0

View File

@ -2,9 +2,6 @@
namespace Amp;
/**
* @codeCoverageIgnoreStart
*/
try {
if (@assert(false)) {
// PHP7 production environment (zend.assertions=0, assert.exception=0)
@ -17,6 +14,3 @@ try {
// PHP7 dev environment (zend.assertions=1, assert.exception=1)
eval("namespace Amp; final class Deferred implements Promisor { use PrivatePromisor; }");
}
/**
* @codeCoverageIgnoreEnd
*/