From: Matthew Dempsky Date: Mon, 7 Mar 2016 18:44:05 +0000 (-0800) Subject: cmd/internal/obj: remove unused ar.go X-Git-Tag: go1.7beta1~1513 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c876a1b11ee8d22b50df2b9b615f8199675f0470;p=gostls13.git 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 --- 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 -}