Skip to content

Commit

Permalink
Remove duplicate definition
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseMckinzie committed Jun 25, 2024
1 parent a9743bf commit 2887ecb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpp/utilities/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ std::string GetUTCString();
std::string GetOmeXml(const std::string& file_path);
std::tuple<std::optional<int>, std::optional<int>, std::optional<int>>ParseMultiscaleMetadata(const std::string& axes_list, int len);
tensorstore::DataType GetTensorStoreDataType(const std::string& type_str);
uint16_t GetDataTypeCode (std::string_view type_name);
tensorstore::Spec GetZarrSpecToWrite(const std::string& filename,
const std::vector<std::int64_t>& image_shape,
const std::vector<std::int64_t>& chunk_shape,
Expand Down

0 comments on commit 2887ecb

Please sign in to comment.