remove spurious comma [NFC]

This commit is contained in:
Nuno Lopes 2022-01-26 10:48:43 +00:00 committed by GitHub
parent 0776f6e04d
commit 37d690b330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {