Skip to content

Commit

Permalink
Remove backward compatible method in TimeZoneMap.h
Browse files Browse the repository at this point in the history
Summary:
Prestodb is updated in prestodb/presto#23345
Removing backward compatible method.

Differential Revision: D60707470
  • Loading branch information
amitkdutta authored and facebook-github-bot committed Aug 3, 2024
1 parent f7e1f35 commit f525708
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions velox/type/tz/TimeZoneMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,3 @@ class TimeZone {
};

} // namespace facebook::velox::tz

#ifdef VELOX_ENABLE_BACKWARD_COMPATIBILITY
namespace facebook::velox::util {

inline std::string getTimeZoneName(int64_t timeZoneID) {
return tz::getTimeZoneName(timeZoneID);
}

} // namespace facebook::velox::util
#endif

0 comments on commit f525708

Please sign in to comment.