]> Cypherpunks repositories - gostls13.git/commitdiff
cov: remove tautological #defines
authorLucio De Re <lucio.dere@gmail.com>
Wed, 24 Aug 2011 17:59:17 +0000 (13:59 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 24 Aug 2011 17:59:17 +0000 (13:59 -0400)
R=golang-dev
CC=golang-dev, rsc
https://golang.org/cl/4941048

src/cmd/cov/tree.c

index 116772e42f56550f5870c3b3adcbb28b8c9066d9..905bb7d97851bfd938977f1397729b240233360c 100644 (file)
@@ -2,7 +2,7 @@
 
 /*
 Copyright (c) 2003-2007 Russ Cox, Tom Bergan, Austin Clements,
-                        Massachusetts Institute of Technology
+       Massachusetts Institute of Technology
 Portions Copyright (c) 2009 The Go Authors. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining
@@ -35,9 +35,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include <libc.h>
 #include "tree.h"
 
-#define TreeNode TreeNode
-#define Tree Tree
-
 enum
 {
        Red = 0,