REmove extra blank lines

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3084 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-07-25 15:40:38 +00:00
parent 9a9433b8b5
commit b8658949c3

View File

@ -56,8 +56,6 @@ int main(int argc, char** argv) {
//
InputArgv.insert(InputArgv.begin(), InputFile);
// Create the interpreter...
Interpreter I;