Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Teiva Harsanyi committed Mar 1, 2023
1 parent 3ab4796 commit 5970b04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions challenge-6b-totally-available-transactions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ func init() {

func main() {
n := maelstrom.NewNode()
kv := maelstrom.NewLinKV(n)
s := &server{
n: n,
kv: kv,
store: make(map[int]int),
}

Expand All @@ -54,7 +52,6 @@ func wrap(f func(msg maelstrom.Message) error) func(msg maelstrom.Message) error

type server struct {
n *maelstrom.Node
kv *maelstrom.KV
nodeID string
id int

Expand Down
3 changes: 0 additions & 3 deletions challenge-6c-totally-available-transactions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ func init() {

func main() {
n := maelstrom.NewNode()
kv := maelstrom.NewLinKV(n)
s := &server{
n: n,
kv: kv,
store: make(map[int]int),
}

Expand All @@ -54,7 +52,6 @@ func wrap(f func(msg maelstrom.Message) error) func(msg maelstrom.Message) error

type server struct {
n *maelstrom.Node
kv *maelstrom.KV
nodeID string
id int

Expand Down

0 comments on commit 5970b04

Please sign in to comment.