Removed deprecated from GuzzleAdapter

This commit is contained in:
Walter Dal Mut
2015-06-13 12:11:50 +02:00
parent 452b50fd30
commit dd255ad271
-6
View File
@@ -4,12 +4,6 @@ namespace InfluxDB\Adapter;
use GuzzleHttp\Client;
use InfluxDB\Options;
/**
* Class GuzzleAdapter
* @package InfluxDB\Adapter
*
* @deprecated
*/
class GuzzleAdapter extends AdapterAbstract implements QueryableInterface
{
private $httpClient;