File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,6 @@ tensorstore_cc_library(
392
392
"//tensorstore:strided_layout" ,
393
393
"//tensorstore/internal:dimension_labels" ,
394
394
"//tensorstore/internal:elementwise_function" ,
395
- "//tensorstore/internal:gdb_scripting" ,
396
395
"//tensorstore/internal:integer_overflow" ,
397
396
"//tensorstore/internal:intrusive_ptr" ,
398
397
"//tensorstore/internal:string_like" ,
Original file line number Diff line number Diff line change 29
29
#include " tensorstore/index_space/internal/identity_transform.h"
30
30
#include " tensorstore/index_space/internal/transform_rep.h"
31
31
#include " tensorstore/index_space/internal/transpose.h"
32
- #include " tensorstore/internal/gdb_scripting.h"
33
32
#include " tensorstore/internal/string_like.h"
34
33
#include " tensorstore/rank.h"
35
34
#include " tensorstore/serialization/fwd.h"
39
38
#include " tensorstore/util/result.h"
40
39
#include " tensorstore/util/span.h"
41
40
42
- TENSORSTORE_GDB_AUTO_SCRIPT (" index_space_gdb.py" )
43
-
44
41
namespace tensorstore {
45
42
46
43
template <DimensionIndex Rank = dynamic_rank, ContainerKind CKind = container>
Original file line number Diff line number Diff line change 37
37
#include " tensorstore/index_space/internal/transpose.h"
38
38
#include " tensorstore/index_space/output_index_map.h"
39
39
#include " tensorstore/index_space/transform_array_constraints.h"
40
- #include " tensorstore/internal/gdb_scripting.h"
41
40
#include " tensorstore/internal/meta/type_traits.h"
42
41
#include " tensorstore/internal/string_like.h"
43
42
#include " tensorstore/rank.h"
50
49
#include " tensorstore/util/result.h"
51
50
#include " tensorstore/util/span.h"
52
51
53
- TENSORSTORE_GDB_AUTO_SCRIPT (" index_space_gdb.py" )
54
-
55
52
namespace tensorstore {
56
53
57
54
template <DimensionIndex InputRank = dynamic_rank,
You can’t perform that action at this time.
0 commit comments