code review 10107044: runtime: remove unused file mkversion.c (issue 10107044)

20 views
Skip to first unread message

minu...@gmail.com

unread,
Jun 7, 2013, 10:10:04 AM6/7/13
to golan...@googlegroups.com, golan...@googlegroups.com, re...@codereview-hr.appspotmail.com
Reviewers: golang-dev1,

Message:
Hello golan...@googlegroups.com (cc: golan...@googlegroups.com),

I'd like you to review this change to
https://code.google.com/p/go


Description:
runtime: remove unused file mkversion.c

Please review this at https://codereview.appspot.com/10107044/

Affected files:
R src/pkg/runtime/mkversion.c


Index: src/pkg/runtime/mkversion.c
===================================================================
deleted file mode 100644
--- a/src/pkg/runtime/mkversion.c
+++ /dev/null
@@ -1,21 +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.
-
-// +build ignore
-
-#include <u.h>
-#include <libc.h>
-
-char *template =
- "// AUTO-GENERATED by autogen.sh; DO NOT EDIT\n\n"
- "package runtime\n"
- "const defaultGoroot = `%s`\n"
- "const theVersion = \"%s\"\n";
-
-void
-main(void)
-{
- print(template, getgoroot(), getgoversion());
- exits(0);
-}


ia...@golang.org

unread,
Jun 7, 2013, 10:33:33 AM6/7/13
to minu...@gmail.com, golan...@googlegroups.com, golan...@googlegroups.com, re...@codereview-hr.appspotmail.com

minu...@gmail.com

unread,
Jun 9, 2013, 10:04:32 AM6/9/13
to minu...@gmail.com, golan...@googlegroups.com, ia...@golang.org, re...@codereview-hr.appspotmail.com
*** Submitted as
https://code.google.com/p/go/source/detail?r=5a3640ad42c3 ***

runtime: remove unused file mkversion.c

R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/10107044


https://codereview.appspot.com/10107044/
Reply all
Reply to author
Forward
0 new messages