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


##########
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:
   Cran might no longer be using gcc12. I don't see any mentions of that 
anymore on https://cran.r-project.org/web/checks/check_issue_kinds.html 
   
   FTR https://r-hub.github.io/containers/ also has a list that is slightly 
easier to read and is _generally_ kept up to date



-- 
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