Skip to content

Commit

Permalink
Remove SIMPLEPIE_PHP5 constant
Browse files Browse the repository at this point in the history
This was used for compatibility functions, and was an internal constant.
If you're using this in your own code, it's probably broken by now
anyway. :)
  • Loading branch information
rmccue committed Jul 4, 2012
1 parent 6659465 commit 322fa7a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions SimplePie/Core.php
Expand Up @@ -372,11 +372,6 @@
*/
define('SIMPLEPIE_IANA_LINK_RELATIONS_REGISTRY', 'http://www.iana.org/assignments/relation/');

/**
* Whether we're running on PHP5
*/
define('SIMPLEPIE_PHP5', version_compare(PHP_VERSION, '5.0.0', '>='));

/**
* No file source
*/
Expand Down

0 comments on commit 322fa7a

Please sign in to comment.