These methods are removed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-03-06 02:37:21 +00:00
parent af4a9bb2ba
commit 7fd5dee54a

View File

@ -1878,14 +1878,6 @@ however, are stored in a single dimension and accessed only by name.</p>
<dt><tt>bool isEmpty() const</tt>:</dt>
<dd>This function returns true if both the value and types maps are
empty</dd>
<dt><tt>std::string get_name(const Value*) const</tt>:</dt>
<dd>This function returns the name of the Value provided or the empty
string if the Value is not in the symbol table.</dd>
<dt><tt>std::string get_name(const Type*) const</tt>:</dt>
<dd>This function returns the name of the Type provided or the empty
string if the Type is not in the symbol table.</dd>
</dl>
<h3>Mutators</h3>