Remove incorrect documentation
Signed-off-by: David McNeil <mcneil.david2@gmail.com>
This commit is contained in:
parent
a5e8090378
commit
6fa4273d50
|
@ -366,8 +366,6 @@ extern "C" {
|
|||
///
|
||||
/// This makes the space available for future allocations.
|
||||
///
|
||||
/// If `ptr` is null, no action occurs.
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// The behavior is _undefined_ if:
|
||||
|
@ -383,8 +381,6 @@ extern "C" {
|
|||
///
|
||||
/// This makes the space available for future allocations.
|
||||
///
|
||||
/// If `ptr` is null, no action occurs.
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// The behavior is _undefined_ if:
|
||||
|
|
Loading…
Reference in New Issue