[subset] Disable GSUB/GPOS subsetting for now

So I can get a release out.  I haven't debugged those yet, and they
are producing bad tables.
diff --git a/src/hb-subset.cc b/src/hb-subset.cc
index 2bed358..b714f29 100644
--- a/src/hb-subset.cc
+++ b/src/hb-subset.cc
@@ -179,10 +179,10 @@
       break;
 
     case HB_OT_TAG_GSUB:
-      result = _subset2<const OT::GSUB> (plan);
+      //result = _subset2<const OT::GSUB> (plan);
       break;
     case HB_OT_TAG_GPOS:
-      result = _subset2<const OT::GPOS> (plan);
+      //result = _subset2<const OT::GPOS> (plan);
       break;
 
     default: