blob: 1f7a36751d3ef7633e2c7cd842476ed95e607124 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="undefine-object-instruction" xmlns="http://docbook.org/ns/docbook" version="5.0"
xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>undefine</title>
<indexterm>
<primary>undefine</primary>
</indexterm>
<para>Undefines an existing object, allowing its index to be reused by another future object.
The resource associated with the original object may or may not continue to exist - it
simply no longer has an associated object.</para>
<variablelist>
<varlistentry>
<term><parameter>object</parameter></term>
<listitem>
<para>The index of the object to undefine.</para>
</listitem>
</varlistentry>
</variablelist>
</section>