Removed duplicate @property attribute.

This commit is contained in:
Matthew Brennan Jones 2014-05-23 20:50:42 -07:00
parent 22104911d4
commit be02c872b5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}