Removed duplicate @property attribute.
This commit is contained in:
parent
22104911d4
commit
be02c872b5
|
|
@ -4337,7 +4337,7 @@ class CAllocator
|
||||||
throw an exception if it does allow setting the alignment but an invalid
|
throw an exception if it does allow setting the alignment but an invalid
|
||||||
value is passed.
|
value is passed.
|
||||||
*/
|
*/
|
||||||
@property bool alignment(uint) pure nothrow @property
|
@property bool alignment(uint) pure nothrow
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue