From 908c8f909e548dd40525a062f97d416037ea818a Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 25 Sep 2009 15:43:43 -0700 Subject: [PATCH] fix to be able to run full gofmt test TBR=r OCL=35015 CL=35015 --- usr/gri/pretty/symboltable.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr/gri/pretty/symboltable.go b/usr/gri/pretty/symboltable.go index 11960250e9..3f707198a0 100644 --- a/usr/gri/pretty/symboltable.go +++ b/usr/gri/pretty/symboltable.go @@ -11,9 +11,6 @@ import ( ) -type Type struct; - - // ---------------------------------------------------------------------------- // Support -- 2.48.1