removed obfuscating PStrStrTab
authorhaftmann
Fri, 28 Oct 2005 09:35:04 +0200
changeset 18007 2c9005459d15
parent 18006 535de280c812
child 18008 f193815cab2c
removed obfuscating PStrStrTab
src/Pure/General/table.ML
--- a/src/Pure/General/table.ML	Fri Oct 28 08:40:55 2005 +0200
+++ b/src/Pure/General/table.ML	Fri Oct 28 09:35:04 2005 +0200
@@ -389,7 +389,3 @@
 
 structure Inttab = TableFun(type key = int val ord = int_ord);
 structure Symtab = TableFun(type key = string val ord = fast_string_ord);
-structure PStrStrTab = TableFun(
-  type key = string * string
-  val ord = prod_ord fast_string_ord fast_string_ord
-);