diff options
author | Jose <jose@zeroc.com> | 2014-05-02 21:32:34 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-05-02 21:32:34 +0200 |
commit | b28fb85d445c3907143d8fa4ba3f2bf2802b754d (patch) | |
tree | 876949adbfce417b4247f2ef66cd1eb69f02b9c4 /php/lib | |
parent | Update dependencies (diff) | |
download | ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.tar.bz2 ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.tar.xz ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.zip |
Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5
Diffstat (limited to 'php/lib')
-rw-r--r-- | php/lib/Makefile | 2 | ||||
-rw-r--r-- | php/lib/Makefile.mak | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/php/lib/Makefile b/php/lib/Makefile index 8bdc1b9ffd7..a8417a31a8d 100644 --- a/php/lib/Makefile +++ b/php/lib/Makefile @@ -36,8 +36,6 @@ ICE_SRCS = Ice/LocalException.php \ Ice/PluginF.php \ Ice/Locator.php \ Ice/LocatorF.php \ - Ice/StatsF.php \ - Ice/Stats.php \ Ice/Process.php \ Ice/ProcessF.php \ Ice/FacetMap.php \ diff --git a/php/lib/Makefile.mak b/php/lib/Makefile.mak index 9f9f449ec57..d567396f70b 100644 --- a/php/lib/Makefile.mak +++ b/php/lib/Makefile.mak @@ -36,8 +36,6 @@ ICE_SRCS = Ice\LocalException.php \ Ice\PluginF.php \ Ice\Locator.php \ Ice\LocatorF.php \ - Ice\StatsF.php \ - Ice\Stats.php \ Ice\Process.php \ Ice\ProcessF.php \ Ice\FacetMap.php \ |