Fix MSVC build (again!).

Remove two `typename`s that I should have removed in r240307 but left in
by mistake.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sanjoy Das 2015-06-22 18:24:50 +00:00
parent 84f9ca8e19
commit 060e38ab9f

View File

@ -208,11 +208,10 @@ public:
};
raw_ostream &
operator<<(raw_ostream &OS,
const typename FaultMapParser::FunctionFaultInfoAccessor &);
operator<<(raw_ostream &OS, const FaultMapParser::FunctionFaultInfoAccessor &);
raw_ostream &operator<<(raw_ostream &OS,
const typename FaultMapParser::FunctionInfoAccessor &);
const FaultMapParser::FunctionInfoAccessor &);
raw_ostream &operator<<(raw_ostream &OS, const FaultMapParser &);