Skip to content

Commit 8f504a9

Browse files
committed
tidying up
1 parent ba1f9c9 commit 8f504a9

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

cpp/src/arrow/testing/util.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ ARROW_TESTING_EXPORT std::optional<std::string> GetTestTimezoneDatabaseRoot();
120120

121121
/// \deprecated Deprecated in 24.0.0. Only needed for Clang/libc++ on Windows.
122122
// TODO(GH-48593): Remove when libc++ supports std::chrono timezones.
123-
// Set the Timezone database based on the ARROW_TIMEZONE_DATABASE env variable.
124-
// Only relevant for Windows builds with Clang/libc++ which use vendored date library.
123+
// Set the Timezone database based on the ARROW_TIMEZONE_DATABASE env variable
124+
// Only relevant for Windows builds with Clang/libc++ which use vendored date library
125125
ARROW_DEPRECATED("Deprecated in 24.0.0. Only needed for Clang/libc++ on Windows.")
126126
ARROW_TESTING_EXPORT Status InitTestTimezoneDatabase();
127127

python/pyarrow/includes/libarrow.pxd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,6 @@ cdef extern from "arrow/config.h" namespace "arrow" nogil:
9090

9191
CRuntimeInfo GetRuntimeInfo()
9292

93-
# TODO(GH-48593): Remove when libc++ supports std::chrono timezone
94-
# on Windows.
95-
# https://github.com/apache/arrow/issues/48593
9693
cdef cppclass CGlobalOptions" arrow::GlobalOptions":
9794
optional[c_string] timezone_db_path
9895

0 commit comments

Comments
 (0)