Skip to content

Commit 8528d87

Browse files
committed
Remove unused typdef CUDARTCFuncMapPair
Closes #1378
1 parent 69ce550 commit 8528d87

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/flamegpu/simulation/detail/CUDAAgent.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ class CUDAAgent : public AgentInterface {
4949
*/
5050
typedef std::map<const std::string, std::unique_ptr<jitify2::KernelData>> CUDARTCFuncMap;
5151
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;
5652
#endif // FLAMEGPU_USE_CUDA
5753
/**
5854
* Normal constructor

0 commit comments

Comments
 (0)