Skip to content

Commit 8aafb73

Browse files
committed
C.41 compliance: HDFS factory constructor.
1 parent d766b3a commit 8aafb73

File tree

5 files changed

+215
-188
lines changed

5 files changed

+215
-188
lines changed

tiledb/common/exception/status.h

-4
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,6 @@ inline Status Status_AzureError(const std::string& msg) {
318318
inline Status Status_GCSError(const std::string& msg) {
319319
return {"[TileDB::GCS] Error", msg};
320320
}
321-
/** Return a FS_HDFS error class Status with a given message **/
322-
inline Status Status_HDFSError(const std::string& msg) {
323-
return {"[TileDB::HDFS] Error", msg};
324-
}
325321
/** Return a FS_MEM error class Status with a given message **/
326322
inline Status Status_MemFSError(const std::string& msg) {
327323
return {"[TileDB::MemFS] Error", msg};

0 commit comments

Comments
 (0)