]> granicus.if.org Git - clang/commitdiff
Delete unused static class members
authorAlexey Samsonov <samsonov@google.com>
Tue, 10 Sep 2013 09:26:48 +0000 (09:26 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 10 Sep 2013 09:26:48 +0000 (09:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190394 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index 665f10163348227e27530b30368d883980b030e4..aa0993d4aa78e99e4c76bcabb2a658791aff1a65 100644 (file)
@@ -5127,8 +5127,6 @@ namespace {
     0     // cuda_shared
   };
   class SPIRTargetInfo : public TargetInfo {
-    static const char * const GCCRegNames[];
-    static const Builtin::Info BuiltinInfo[];
   public:
     SPIRTargetInfo(const llvm::Triple &Triple) : TargetInfo(Triple) {
       assert(getTriple().getOS() == llvm::Triple::UnknownOS &&