Refactor SymbolTableListTraits to only have a single pointer in it, instead
[oota-llvm.git] / lib / VMCore / Type.cpp
index 10063126e54d2c50f345128ff1806b83100e4f6a..e4c89f182a173f6c0fffcea3da1a0768ae6571db 100644 (file)
@@ -433,7 +433,6 @@ FunctionType::FunctionType(const Type *Result,
 
   // Calculate whether or not this type is abstract
   setAbstract(isAbstract);
-
 }
 
 StructType::StructType(const std::vector<const Type*> &Types, bool isPacked)