We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d52c6d commit 5312113Copy full SHA for 5312113
inst/include/RcppParallel/Backend.h
@@ -41,8 +41,6 @@ inline const char* backendToString(backend_type backend)
41
return "tbb";
42
case BACKEND_TINYTHREAD:
43
return "tinythread";
44
- default:
45
- return "tbb";
46
}
47
48
@@ -80,4 +78,4 @@ inline backend_type backend()
80
78
} // namespace internal
81
79
} // namespace RcppParallel
82
83
-#endif /* __RCPP_PARALLEL_BACKEND__ */
+#endif /* __RCPP_PARALLEL_BACKEND__ */
0 commit comments