Redundant inline keyword.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25377 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-01-16 23:44:03 +00:00
parent 54c3319022
commit 67218e9f27

View File

@ -62,7 +62,7 @@ public:
/// getVector - Return the ID ordered vector of entries.
///
inline const typename std::vector<T> &getVector() const { return Vector; }
const typename std::vector<T> &getVector() const { return Vector; }
};
} // End of namespace llvm