nuke blank line

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24278 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-11-10 18:49:46 +00:00
parent 9ddf21276e
commit ed0c4ecf05

View File

@ -25,7 +25,6 @@
// #3. ".bss" entry - global variables without initializers. [ if needed ] // #3. ".bss" entry - global variables without initializers. [ if needed ]
// ... // ...
// #N. ".shstrtab" entry - String table for the section names. // #N. ".shstrtab" entry - String table for the section names.
// //
// NOTE: This code should eventually be extended to support 64-bit ELF (this // NOTE: This code should eventually be extended to support 64-bit ELF (this
// won't be hard), but we haven't done so yet! // won't be hard), but we haven't done so yet!