Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
121a16fa
Commit
121a16fa
authored
Jun 21, 2010
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
runtime: delete old types
R=r CC=golang-dev
https://golang.org/cl/1715043
parent
7edd4961
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
36 deletions
+0
-36
src/pkg/runtime/type.go
src/pkg/runtime/type.go
+0
-36
No files found.
src/pkg/runtime/type.go
View file @
121a16fa
...
...
@@ -90,51 +90,15 @@ type uncommonType struct {
// BoolType represents a boolean type.
type
BoolType
commonType
// Float32Type represents a float32 type.
type
Float32Type
commonType
// Float64Type represents a float64 type.
type
Float64Type
commonType
// FloatType represents a float type.
type
FloatType
commonType
// Complex64Type represents a complex64 type.
type
Complex64Type
commonType
// Complex128Type represents a complex128 type.
type
Complex128Type
commonType
// ComplexType represents a complex type.
type
ComplexType
commonType
// Int16Type represents an int16 type.
type
Int16Type
commonType
// Int32Type represents an int32 type.
type
Int32Type
commonType
// Int64Type represents an int64 type.
type
Int64Type
commonType
// Int8Type represents an int8 type.
type
Int8Type
commonType
// IntType represents an int type.
type
IntType
commonType
// Uint16Type represents a uint16 type.
type
Uint16Type
commonType
// Uint32Type represents a uint32 type.
type
Uint32Type
commonType
// Uint64Type represents a uint64 type.
type
Uint64Type
commonType
// Uint8Type represents a uint8 type.
type
Uint8Type
commonType
// UintType represents a uint type.
type
UintType
commonType
...
...
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