Skip to content

Commit

Permalink
Try fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Gouache committed Apr 18, 2024
1 parent 74cf8bc commit cad1c6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gcsplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ void *driver_fopen(const char *filename, char mode)
ParseGcsUri(filename, bucket_name, object_name);
FallbackToDefaultBucket(bucket_name);
assert(driver_isConnected());
assert((mode == 'r' or mode == 'w' or mode == 'a'));

auto h = new MultiPartFile;
h->bucketname = bucket_name;
Expand Down

0 comments on commit cad1c6e

Please sign in to comment.