From c876a1b11ee8d22b50df2b9b615f8199675f0470 Mon Sep 17 00:00:00 2001 From: Matthew Dempsky Date: Mon, 7 Mar 2016 10:44:05 -0800 Subject: [PATCH] cmd/internal/obj: remove unused ar.go Change-Id: I3eab54cd27c43bab38641fbead4adb6442481356 Reviewed-on: https://go-review.googlesource.com/20248 Run-TryBot: Matthew Dempsky Reviewed-by: David Crawshaw TryBot-Result: Gobot Gobot --- src/cmd/internal/obj/ar.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/cmd/internal/obj/ar.go diff --git a/src/cmd/internal/obj/ar.go b/src/cmd/internal/obj/ar.go deleted file mode 100644 index 56bb959067..0000000000 --- a/src/cmd/internal/obj/ar.go +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package obj - -type ar_hdr struct { - name string - date string - uid string - gid string - mode string - size string - fmag string -} -- 2.48.1