Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
9596ecdf
Commit
9596ecdf
authored
11 years ago
by
Ian Lance Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: Remove unused runtime_cpuid variables.
From-SVN: r206353
parent
662440a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
libgo/runtime/runtime.c
+0
-5
No files found.
libgo/runtime/runtime.c
View file @
9596ecdf
...
...
@@ -58,11 +58,6 @@ runtime_progname()
return
argc
==
0
?
nil
:
argv
[
0
];
}
// Information about what cpu features are available.
// Set on startup in asm_{x86/amd64}.s.
uint32
runtime_cpuid_ecx
;
uint32
runtime_cpuid_edx
;
void
runtime_goargs
(
void
)
{
...
...
This diff is collapsed.
Click to expand it.
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