From cdd7ad020e165fe680703b6d3319b908b682fb7a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 17:12:29 +0300 Subject: jaeger-client -> opentelemetry --- .../thrift/src/Protocol/SimpleJSON/ListContext.php | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 vendor/packaged/thrift/src/Protocol/SimpleJSON/ListContext.php (limited to 'vendor/packaged/thrift/src/Protocol/SimpleJSON/ListContext.php') diff --git a/vendor/packaged/thrift/src/Protocol/SimpleJSON/ListContext.php b/vendor/packaged/thrift/src/Protocol/SimpleJSON/ListContext.php deleted file mode 100644 index 6f346d8f8..000000000 --- a/vendor/packaged/thrift/src/Protocol/SimpleJSON/ListContext.php +++ /dev/null @@ -1,45 +0,0 @@ -p_ = $p; - } - - public function write() - { - if ($this->first_) { - $this->first_ = false; - } else { - $this->p_->getTransport()->write(TSimpleJSONProtocol::COMMA); - } - } -} -- cgit v1.2.3