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 69ce550 commit 8528d87Copy full SHA for 8528d87
1 file changed
include/flamegpu/simulation/detail/CUDAAgent.h
@@ -49,10 +49,6 @@ class CUDAAgent : public AgentInterface {
49
*/
50
typedef std::map<const std::string, std::unique_ptr<jitify2::KernelData>> CUDARTCFuncMap;
51
typedef std::map<const std::string, std::shared_ptr<detail::curve::CurveRTCHost>> CUDARTCHeaderMap;
52
- /**
53
- * Element type of CUDARTCFuncMap
54
- */
55
- typedef std::pair<const std::string, std::unique_ptr<jitify2::KernelData>> CUDARTCFuncMapPair;
56
#endif // FLAMEGPU_USE_CUDA
57
/**
58
* Normal constructor
0 commit comments