Removed dead code
This commit is contained in:
parent
9a018f29e7
commit
ada7aaa1e2
14 changed files with 54 additions and 63 deletions
|
@ -5,10 +5,9 @@ import (
|
|||
"git.urbach.dev/cli/q/src/fs"
|
||||
"git.urbach.dev/cli/q/src/register"
|
||||
"git.urbach.dev/cli/q/src/token"
|
||||
"git.urbach.dev/cli/q/src/types"
|
||||
)
|
||||
|
||||
// Function represents the smallest unit of code.
|
||||
// Function is the smallest unit of code.
|
||||
type Function struct {
|
||||
register.Machine
|
||||
Package string
|
||||
|
@ -19,7 +18,6 @@ type Function struct {
|
|||
Body token.List
|
||||
Input []*Parameter
|
||||
Output []*Parameter
|
||||
OutputTypes []types.Type
|
||||
Dependencies []*Function
|
||||
DLLs dll.List
|
||||
Err error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue