Skip to content

Commit 0df48f2

Browse files
committed
Removed TODO
1 parent 7b8ecd2 commit 0df48f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RadeonRays/src/intersector/intersector_lds.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ namespace RadeonRays
7575
{
7676
std::string buildopts;
7777
#ifdef RR_RAY_MASK
78-
buildopts.append("-D RR_RAY_MASK "); // TODO: what is this for?!? (gboisse)
78+
buildopts.append("-D RR_RAY_MASK ");
7979
#endif
8080
#ifdef USE_SAFE_MATH
8181
buildopts.append("-D USE_SAFE_MATH ");

0 commit comments

Comments
 (0)