Skip to content

Commit

Permalink
Remove unused error_source
Browse files Browse the repository at this point in the history
  • Loading branch information
acvictor committed Dec 12, 2024
1 parent 98b1497 commit cb68893
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions velox/common/base/VeloxException.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ inline constexpr auto kErrorSourceUser = "USER"_fs;
/// Errors where the root cause of the problem is an unexpected internal state
/// in the system.
inline constexpr auto kErrorSourceRuntime = "RUNTIME"_fs;

/// Errors where the root cause of the problem is some unreliable aspect of the
/// system are classified with source SYSTEM.
inline constexpr auto kErrorSourceSystem = "SYSTEM"_fs;
} // namespace error_source

namespace error_code {
Expand Down

0 comments on commit cb68893

Please sign in to comment.