Make DeviceStream into a class
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gputraits.h
index a36a5cc3bcf5b8ad3db267a42f873c4547712147..5fec00303adc59588557726d188efe5d6d9e2f84 100644 (file)
@@ -63,8 +63,6 @@ struct DeviceInformation
     // No member needed
 };
 
-//! \brief GPU command stream
-using CommandStream = void*;
 //! \brief Single GPU call timing event
 using CommandEvent = void*;