rok commented on code in PR #48601:
URL: https://github.com/apache/arrow/pull/48601#discussion_r2669477659


##########
cpp/src/arrow/config.h:
##########
@@ -64,13 +64,6 @@ struct RuntimeInfo {
 
   /// The SIMD level available on the OS and CPU
   std::string detected_simd_level;
-
-  /// Whether using the OS-based timezone database
-  /// This is set at compile-time.
-  bool using_os_timezone_db;
-
-  /// The path to the timezone database; by default None.
-  std::optional<std::string> timezone_db_path;

Review Comment:
   Since we still need these on msys2 clang64 we might want to leave these as 
they are for now.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to