From be02c872b5734581a1b27958f95e1907e92f492c Mon Sep 17 00:00:00 2001 From: Matthew Brennan Jones Date: Fri, 23 May 2014 20:50:42 -0700 Subject: [PATCH] Removed duplicate @property attribute. --- std/allocator.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/allocator.d b/std/allocator.d index be494e9..e4aae8e 100644 --- a/std/allocator.d +++ b/std/allocator.d @@ -4337,7 +4337,7 @@ class CAllocator throw an exception if it does allow setting the alignment but an invalid value is passed. */ - @property bool alignment(uint) pure nothrow @property + @property bool alignment(uint) pure nothrow { return false; }