Skip to content

Commit e4380f1

Browse files
committed
Remove dead code.
1 parent 20d8571 commit e4380f1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

testing/scan_by_key.cu

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -363,15 +363,6 @@ DECLARE_VECTOR_UNITTEST(TestScanByKeyReusedKeys);
363363
template <typename T>
364364
void TestInclusiveScanByKey(const size_t n)
365365
{
366-
// XXX WAR nvbug 1541533
367-
#if 0 //THRUST_HOST_COMPILER == THRUST_HOST_COMPILER_MSVC
368-
if(typeid(T) == typeid(char) ||
369-
typeid(T) == typeid(unsigned char))
370-
{
371-
KNOWN_FAILURE;
372-
}
373-
#endif
374-
375366
thrust::host_vector<int> h_keys(n);
376367
thrust::default_random_engine rng;
377368
for(size_t i = 0, k = 0; i < n; i++){

0 commit comments

Comments
 (0)