Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
10e995fb
Commit
10e995fb
authored
Jul 14, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dead code
R=r DELTA=20 (0 added, 20 deleted, 0 changed) OCL=31584 CL=31598
parent
be16caf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
go.c
src/cmd/ld/go.c
+0
-20
No files found.
src/cmd/ld/go.c
View file @
10e995fb
...
...
@@ -315,26 +315,6 @@ parsemethod(char **pp, char *ep, char **methp)
return
1
;
}
static
int
importcmp
(
const
void
*
va
,
const
void
*
vb
)
{
Import
*
a
,
*
b
;
a
=
*
(
Import
**
)
va
;
b
=
*
(
Import
**
)
vb
;
return
strcmp
(
a
->
name
,
b
->
name
);
}
static
int
symcmp
(
const
void
*
va
,
const
void
*
vb
)
{
Sym
*
a
,
*
b
;
a
=
*
(
Sym
**
)
va
;
b
=
*
(
Sym
**
)
vb
;
return
strcmp
(
a
->
name
,
b
->
name
);
}
static
void
mark
(
Sym
*
);
static
int
markdepth
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment