MCContext: Remove redundant assignment
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 14 Mar 2014 20:09:26 +0000 (20:09 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 14 Mar 2014 20:09:26 +0000 (20:09 +0000)
commit19f2fea4614de01f159dc2337a3aae32f023250c
tree7679e1f7fbed8ce2012bac9c0e8d7e9e978186b7
parent54e582179f328717d9e1fc6b7ded5c8083b926a6
MCContext: Remove redundant assignment

The member variable is not initialized in the ctor so it's already
empty. No need to empty it again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203963 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCContext.cpp