Skip to content

Commit

Permalink
Merge pull request #30 from CameronRP/remove-amd64
Browse files Browse the repository at this point in the history
Remove builds for amd64
  • Loading branch information
CameronRP authored Oct 2, 2024
2 parents 5960238 + 71544f2 commit eced3dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
5 changes: 0 additions & 5 deletions connrequester/connrequester.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build arm
// +build arm

package connrequester

import (
Expand Down Expand Up @@ -167,13 +164,11 @@ func ping(interfaceName string, host string) bool {
// Start will start requesting for a connection to be made.
func (cr *ConnectionRequester) Start() {
cr.stateChange <- true
return
}

// Stop will stop requesting for a connection to be made.
func (cr *ConnectionRequester) Stop() {
cr.stateChange <- false
return
}

func (cr *ConnectionRequester) requestConnections() {
Expand Down
41 changes: 0 additions & 41 deletions connrequester/connrequesternomodem.go

This file was deleted.

0 comments on commit eced3dd

Please sign in to comment.