Redundant inline keyword.

llvm-svn: 25377
This commit is contained in:
Jim Laskey 2006-01-16 23:44:03 +00:00
parent d15694b8db
commit 0a15089ad0
1 changed files with 1 additions and 1 deletions

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