stage3/datatype_functions.hh
changeset 467 4910eaa1206a
parent 459 01f6664bf8c5
child 472 d26759a2274a
--- a/stage3/datatype_functions.hh	Thu Mar 08 18:57:55 2012 +0000
+++ b/stage3/datatype_functions.hh	Thu Mar 08 19:14:45 2012 +0000
@@ -142,11 +142,6 @@
  */
 int search_in_candidate_datatype_list(symbol_c *datatype, std::vector <symbol_c *> candidate_datatypes);
 
-/* Copy the elements in the candidate_datatype_list in one symbol (from)
- * into the candidate_datatype_list of another symbol (to)
- */
-void copy_candidate_datatype_list(symbol_c *from, symbol_c *to);
-
 /* Intersect two candidate_datatype_lists.
  * Remove from list1 (origin, dest.) all elements that are not found in list2 (with).
  * In essence, list1 will contain the result of the intersection of list1 with list2.