Removed extraneous doxygen end module statement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173652 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Gottesman 2013-01-28 03:30:34 +00:00
parent 6504255a22
commit 6313c99aa8

View File

@ -109,5 +109,3 @@ bool ObjCARCExpand::runOnFunction(Function &F) {
return Changed;
}
/// @}
///