]> granicus.if.org Git - clang/commitdiff
[analyzer] [NFC] Remove unused typedef from SVals.h
authorGeorge Karpenkov <ekarpenkov@apple.com>
Tue, 7 Nov 2017 02:02:10 +0000 (02:02 +0000)
committerGeorge Karpenkov <ekarpenkov@apple.com>
Tue, 7 Nov 2017 02:02:10 +0000 (02:02 +0000)
Differential Revision: https://reviews.llvm.org/D39620

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317537 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h

index af1af4590d5ac657a84f555d471f199d773d5e2b..06132587b4aaf12c0b89080a7546d862602c376c 100644 (file)
@@ -103,9 +103,6 @@ public:
     return *static_cast<const T *>(this);
   }
 
-  /// BufferTy - A temporary buffer to hold a set of SVals.
-  typedef SmallVector<SVal,5> BufferTy;
-
   inline unsigned getRawKind() const { return Kind; }
   inline BaseKind getBaseKind() const { return (BaseKind) (Kind & BaseMask); }
   inline unsigned getSubKind() const { return (Kind & ~BaseMask) >> BaseBits; }