These methods are removed.
authorChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 02:37:21 +0000 (02:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 02:37:21 +0000 (02:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20473 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index 6fc0ec211256f2799e2d2f05f680a99f1ac0ee3f..70c4e3154f5fd8241162dda7b440e6baf9084298 100644 (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>