]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/internal/obj: remove unused ar.go
authorMatthew Dempsky <mdempsky@google.com>
Mon, 7 Mar 2016 18:44:05 +0000 (10:44 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 7 Mar 2016 19:09:03 +0000 (19:09 +0000)
Change-Id: I3eab54cd27c43bab38641fbead4adb6442481356
Reviewed-on: https://go-review.googlesource.com/20248
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/internal/obj/ar.go [deleted file]

diff --git a/src/cmd/internal/obj/ar.go b/src/cmd/internal/obj/ar.go
deleted file mode 100644 (file)
index 56bb959..0000000
+++ /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
-}