diff options
author | Chris Lattner <sabre@nondot.org> | 2008-04-02 05:09:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-04-02 05:09:38 +0000 |
commit | 8527f82594d88002c036cd8833379670a0bce067 (patch) | |
tree | 96b65df1c1717120a05c8bec03201abf4c9ce8bd /lib/AST/Type.cpp | |
parent | bad37858aef8910195a9c75f2892a09a032424b7 (diff) |
remove blank line.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/Type.cpp')
-rw-r--r-- | lib/AST/Type.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/Type.cpp b/lib/AST/Type.cpp index 80b2d5cb93..9411cd8be6 100644 --- a/lib/AST/Type.cpp +++ b/lib/AST/Type.cpp @@ -20,7 +20,6 @@ #include "llvm/Support/Streams.h" #include "llvm/ADT/StringExtras.h" #include <sstream> - using namespace clang; Type::~Type() {} |