From 85bdcfc97bbf08b0ca99084e2e6934d999ea763b Mon Sep 17 00:00:00 2001 From: Patrick Beard Date: Tue, 20 Mar 2012 17:25:17 +0000 Subject: [PATCH] Test commit. llvm-svn: 153096 --- clang/docs/Block-ABI-Apple.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/docs/Block-ABI-Apple.txt b/clang/docs/Block-ABI-Apple.txt index 661ed50594de..917059b4829c 100644 --- a/clang/docs/Block-ABI-Apple.txt +++ b/clang/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); -