From 15820532341370a912401dc9bafb25b225a5dcd8 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Mon, 16 Jun 2014 15:46:56 -0400 Subject: [PATCH] go.tools/oracle: remove stale item LGTM=crawshaw R=crawshaw CC=golang-codereviews https://golang.org/cl/101320043 --- oracle/TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/oracle/TODO b/oracle/TODO index 014f8044..1373ab9f 100644 --- a/oracle/TODO +++ b/oracle/TODO @@ -21,9 +21,6 @@ Include complete pos/end information Serial output. But beware that sometimes a single token (e.g. +) is more helpful than the pos/end of the containing expression (e.g. x \n + \n y). -Remove pointer analysis context information when printing results as -it tends to be unhelpful. - Specific queries ================