forked from OSchip/llvm-project
Remove useless typedef keyword, fix a clang warning.
llvm-svn: 109254
This commit is contained in:
parent
ea0e05a3ce
commit
5ea4192b72
|
@ -37,7 +37,7 @@ public:
|
|||
// will then be able to use one enumeration for all access and we can
|
||||
// translate them correctly into the correct Clang versions depending on
|
||||
// what the access is applied to.
|
||||
typedef enum AccessType
|
||||
enum AccessType
|
||||
{
|
||||
eAccessNone,
|
||||
eAccessPublic,
|
||||
|
|
Loading…
Reference in New Issue