Skip to content

Commit 7736317

Browse files
committed
Remove long-deprecated typedefs (host/device_space_tag).
1 parent 20f1c6a commit 7736317

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

thrust/iterator/detail/device_system_tag.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,3 @@ namespace thrust
2929
typedef thrust::system::__THRUST_DEVICE_SYSTEM_NAMESPACE::tag device_system_tag;
3030

3131
} // end thrust
32-
33-
// TODO remove this in 1.8.0
34-
namespace thrust
35-
{
36-
37-
typedef THRUST_DEPRECATED device_system_tag device_space_tag;
38-
39-
} // end thrust
40-

thrust/iterator/detail/host_system_tag.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,3 @@ namespace thrust
2929
typedef thrust::system::__THRUST_HOST_SYSTEM_NAMESPACE::tag host_system_tag;
3030

3131
} // end thrust
32-
33-
// TODO remove this in 1.8.0
34-
namespace thrust
35-
{
36-
37-
typedef THRUST_DEPRECATED host_system_tag host_space_tag;
38-
39-
} // end thrust
40-

0 commit comments

Comments
 (0)