summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPatrick Beard <pcbeard@mac.com>2012-03-20 17:25:17 +0000
committerPatrick Beard <pcbeard@mac.com>2012-03-20 17:25:17 +0000
commitc407f2521285f7959c3da7c05067c05fa6396a64 (patch)
tree775cb7f96dc1a24c6889ee01e84042ba98ed3499 /docs
parent7cb2a1b4b6ef60aa57a5f2e5e820a57adef3ea77 (diff)
Test commit.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/Block-ABI-Apple.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Block-ABI-Apple.txt b/docs/Block-ABI-Apple.txt
index 661ed50594..917059b482 100644
--- a/docs/Block-ABI-Apple.txt
+++ b/docs/Block-ABI-Apple.txt
@@ -667,4 +667,3 @@ void _Block_object_assign(void *destAddr, const void *object, const int flags);
The same flags used in the copy helper should be used for each call generated to this function:
*/
void _Block_object_dispose(const void *object, const int flags);
-