File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,6 @@ limitations under the License.
25
25
#include " absl/synchronization/notification.h"
26
26
#include " absl/time/time.h"
27
27
28
- // TODO: b/330223377 - This macro should eventually be provided by Abseil.
29
- #ifndef ABSL_DEPRECATE_AND_INLINE
30
- #define ABSL_DEPRECATE_AND_INLINE ()
31
- #endif
32
-
33
28
namespace tsl {
34
29
35
30
using Notification ABSL_DEPRECATE_AND_INLINE () = absl::Notification;
Original file line number Diff line number Diff line change @@ -31,11 +31,6 @@ limitations under the License.
31
31
#include " xla/tsl/platform/types.h"
32
32
#include " tsl/platform/stringpiece.h"
33
33
34
- // TODO: b/323943471 - This macro should eventually be provided by Abseil.
35
- #ifndef ABSL_DEPRECATE_AND_INLINE
36
- #define ABSL_DEPRECATE_AND_INLINE ()
37
- #endif
38
-
39
34
// Basic string utility routines
40
35
namespace tsl {
41
36
namespace str_util {
Original file line number Diff line number Diff line change @@ -29,11 +29,6 @@ limitations under the License.
29
29
#include " absl/base/macros.h"
30
30
#include " absl/strings/string_view.h" // IWYU pragma: export
31
31
32
- // TODO: b/323943471 - This macro should eventually be provided by Abseil.
33
- #ifndef ABSL_DEPRECATE_AND_INLINE
34
- #define ABSL_DEPRECATE_AND_INLINE ()
35
- #endif
36
-
37
32
namespace tsl {
38
33
39
34
using StringPiece ABSL_DEPRECATE_AND_INLINE () = absl::string_view;
You can’t perform that action at this time.
0 commit comments