Skip to content

Commit

Permalink
HPCC-33180 Build error on latest Mac compiler
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chapman <[email protected]>
  • Loading branch information
richardkchapman committed Jan 8, 2025
1 parent d8a4cb3 commit 50478b3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions common/remote/hooks/azure/azurefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ using namespace Azure::Storage::Files;
using namespace std::chrono;

#define TRACE_AZURE
//#define TEST_AZURE_PAGING

/*
* Azure related comments
Expand All @@ -50,11 +49,6 @@ using namespace std::chrono;
*/
constexpr const char * azureFilePrefix = "azure:";
constexpr const char * azureBlobPrefix = "azureblob:"; // Syntax azureblob:storageplane[/device]/apth
#ifdef TEST_AZURE_PAGING
constexpr offset_t azureReadRequestSize = 50;
#else
constexpr offset_t azureReadRequestSize = 0x400000; // Default to requesting 4Mb each time
#endif

//---------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 50478b3

Please sign in to comment.