Skip to content

Commit 643c0e3

Browse files
committed
Redundant using declaration
1 parent 1c9d575 commit 643c0e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcudacxx/include/cuda/std/__random/exponential_distribution.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ class exponential_distribution
165165
{
166166
using istream_type = ::std::basic_istream<_CharT, _Traits>;
167167
using ios_base = typename istream_type::ios_base;
168-
using result_type = typename exponential_distribution::result_type;
169168
using param_type = typename exponential_distribution::param_type;
170169
const typename ios_base::fmtflags __flags = __is.flags();
171170
__is.flags(ios_base::dec | ios_base::skipws);

0 commit comments

Comments
 (0)