Skip to content

Commit ce3c259

Browse files
Tensorstore Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 785911139 Change-Id: Ib83ecec1a04425cc2c039a143a6e566a10841ef5
1 parent b3b3d09 commit ce3c259

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

tensorstore/index_space/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ tensorstore_cc_library(
392392
"//tensorstore:strided_layout",
393393
"//tensorstore/internal:dimension_labels",
394394
"//tensorstore/internal:elementwise_function",
395-
"//tensorstore/internal:gdb_scripting",
396395
"//tensorstore/internal:integer_overflow",
397396
"//tensorstore/internal:intrusive_ptr",
398397
"//tensorstore/internal:string_like",

tensorstore/index_space/index_domain.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include "tensorstore/index_space/internal/identity_transform.h"
3030
#include "tensorstore/index_space/internal/transform_rep.h"
3131
#include "tensorstore/index_space/internal/transpose.h"
32-
#include "tensorstore/internal/gdb_scripting.h"
3332
#include "tensorstore/internal/string_like.h"
3433
#include "tensorstore/rank.h"
3534
#include "tensorstore/serialization/fwd.h"
@@ -39,8 +38,6 @@
3938
#include "tensorstore/util/result.h"
4039
#include "tensorstore/util/span.h"
4140

42-
TENSORSTORE_GDB_AUTO_SCRIPT("index_space_gdb.py")
43-
4441
namespace tensorstore {
4542

4643
template <DimensionIndex Rank = dynamic_rank, ContainerKind CKind = container>

tensorstore/index_space/index_transform.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
#include "tensorstore/index_space/internal/transpose.h"
3838
#include "tensorstore/index_space/output_index_map.h"
3939
#include "tensorstore/index_space/transform_array_constraints.h"
40-
#include "tensorstore/internal/gdb_scripting.h"
4140
#include "tensorstore/internal/meta/type_traits.h"
4241
#include "tensorstore/internal/string_like.h"
4342
#include "tensorstore/rank.h"
@@ -50,8 +49,6 @@
5049
#include "tensorstore/util/result.h"
5150
#include "tensorstore/util/span.h"
5251

53-
TENSORSTORE_GDB_AUTO_SCRIPT("index_space_gdb.py")
54-
5552
namespace tensorstore {
5653

5754
template <DimensionIndex InputRank = dynamic_rank,

0 commit comments

Comments
 (0)