Skip to content

Commit

Permalink
Removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
gboisse committed Jan 22, 2018
1 parent 7b8ecd2 commit 0df48f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadeonRays/src/intersector/intersector_lds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace RadeonRays
{
std::string buildopts;
#ifdef RR_RAY_MASK
buildopts.append("-D RR_RAY_MASK "); // TODO: what is this for?!? (gboisse)
buildopts.append("-D RR_RAY_MASK ");
#endif
#ifdef USE_SAFE_MATH
buildopts.append("-D USE_SAFE_MATH ");
Expand Down

0 comments on commit 0df48f2

Please sign in to comment.