mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed unused using statement.
This commit is contained in:
parent
4228daf670
commit
a6b0ffac70
@ -63,7 +63,5 @@ private:
|
||||
CuSparseHandle();
|
||||
cusparseHandle_t m_handle;
|
||||
};
|
||||
|
||||
using CuSparseHandlePtr = std::unique_ptr<CuSparseHandle>;
|
||||
} // namespace Opm::cuistl::detail
|
||||
#endif // OPM_CUSPARSEHANDLE_HPP
|
||||
|
Loading…
Reference in New Issue
Block a user