Skip to content

Commit 0402db4

Browse files
committed
Shorter using declaration
1 parent 7f895ad commit 0402db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Runtime/descriptor-consts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DerivedType;
3030
namespace Fortran::runtime {
3131
class Descriptor;
3232
using SubscriptValue = ISO::CFI_index_t;
33-
using TypeCategory = common::TypeCategory;
33+
using common::TypeCategory;
3434

3535
/// Returns size in bytes of the descriptor (not the data)
3636
/// This must be at least as large as the largest descriptor of any target

0 commit comments

Comments
 (0)