Skip to content

Commit

Permalink
Remove backward compatible method in TimeZoneMap.h (facebookincubator…
Browse files Browse the repository at this point in the history
…#10653)

Summary:
Pull Request resolved: facebookincubator#10653

Prestodb is updated in prestodb/presto#23345
Removing backward compatible method.

Reviewed By: pedroerp

Differential Revision: D60707470

fbshipit-source-id: f9e3239e086715385553aaa161c8d980e1dcaa10
  • Loading branch information
amitkdutta authored and facebook-github-bot committed Aug 4, 2024
1 parent f7e1f35 commit a2824a1
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 a2824a1

Please sign in to comment.