be92120f95e214b96f28d78bed322ecb150844d9
tdreszer
  Wed Nov 24 10:05:15 2010 -0800
Removed three obsolete files that were replaced by metaDb(mdb) long ago.
diff --git src/hg/lib/metaTbl.as src/hg/lib/metaTbl.as
deleted file mode 100644
index d8c0be3..0000000
--- src/hg/lib/metaTbl.as
+++ /dev/null
@@ -1,9 +0,0 @@
-table metaTbl
-"This contains metadata for a table, file or other predeclared object type."
-(
-string objName; "Object name or ID."
-string objType; "table | file"
-string var;     "Metadata variable name."
-string varType; "txt | binary"
-lstring val;    "Metadata value."
-)