\brief Default constructor - initializes to NULL.
| 4853 | |
| 4854 | //! \brief Default constructor - initializes to NULL. |
| 4855 | Kernel() { } |
| 4856 | |
| 4857 | /*! \brief Constructor from cl_kernel - takes ownership. |
| 4858 | * |
nothing calls this directly
no outgoing calls
no test coverage detected