~ distinguish EmptyGraphPattern
authorEric Prud'hommeaux <bertails@w3.org>
Mon, 28 Dec 2009 15:45:56 -0500
changeset 79 f093e64b186f
parent 78 45c3f93b63ec
child 80 b15b4290f0fb
~ distinguish EmptyGraphPattern
src/main/scala/SPARQL.scala
--- a/src/main/scala/SPARQL.scala	Mon Dec 28 15:44:54 2009 -0500
+++ b/src/main/scala/SPARQL.scala	Mon Dec 28 15:45:56 2009 -0500
@@ -100,7 +100,6 @@
 	}
 	gpntORf_tbOPT.foldLeft(init)((gp, lentry) => lentry match {
 	  case ~(TableFilter(null, expr), None) => TableFilter(gp, expr)
-//	  case ~(TableFilter(null, expr), Some(TriplesBlock(List()))) => TableFilter(gp, expr)
 	  case x => error("found " + x)
 	})
 	// (tbOPT, gpntORf_tbOPT) match {