forked from OSchip/llvm-project
remove spurious comma [NFC]
This commit is contained in:
parent
0776f6e04d
commit
37d690b330
|
@ -17,7 +17,7 @@
|
|||
#include "llvm/ADT/StringMap.h"
|
||||
|
||||
namespace llvm {
|
||||
template <typename T> class SmallVectorImpl;;
|
||||
template <typename T> class SmallVectorImpl;
|
||||
class StringRef;
|
||||
|
||||
namespace X86 {
|
||||
|
|
Loading…
Reference in New Issue