From 4f1c0850fb448b706b9c7c19bec9a9669efd3fc4 Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Wed, 13 Jan 2021 12:31:13 +0800 Subject: [PATCH] remove batch (#1344) --- .../inc/azure/storage/blobs/blob_service_client.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp index bfd231b07..70ecf356c 100644 --- a/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp +++ b/sdk/storage/azure-storage-blobs/inc/azure/storage/blobs/blob_service_client.hpp @@ -184,8 +184,5 @@ namespace Azure { namespace Storage { namespace Blobs { std::shared_ptr m_pipeline; Azure::Core::Nullable m_customerProvidedKey; Azure::Core::Nullable m_encryptionScope; - - private: - friend class BlobBatchClient; }; }}} // namespace Azure::Storage::Blobs