[llvm] r211754 - Remove forward decl of SmallVectorImpl now that we have the header
Reid Kleckner
reid at kleckner.net
Wed Jun 25 18:03:20 PDT 2014
Author: rnk
Date: Wed Jun 25 20:03:20 2014
New Revision: 211754
URL: http://llvm.org/viewvc/llvm-project?rev=211754&view=rev
Log:
Remove forward decl of SmallVectorImpl now that we have the header
Follow up to r211749.
Modified:
llvm/trunk/include/llvm/Support/raw_ostream.h
Modified: llvm/trunk/include/llvm/Support/raw_ostream.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/raw_ostream.h?rev=211754&r1=211753&r2=211754&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/raw_ostream.h (original)
+++ llvm/trunk/include/llvm/Support/raw_ostream.h Wed Jun 25 20:03:20 2014
@@ -21,8 +21,6 @@
namespace llvm {
class format_object_base;
- template <typename T>
- class SmallVectorImpl;
namespace sys {
namespace fs {
More information about the llvm-commits
mailing list