Skip to content

Commit

Permalink
cleanup(oonimkall): remove MaybeUpdateResources stub
Browse files Browse the repository at this point in the history
This diff ensures we remove in probe-cli all the functions we have
removed in ooni/probe-android#552.

Part of ooni/probe#2273.

Tested by recompiling the AAR and linking it into the Android app.
  • Loading branch information
bassosimone committed Feb 10, 2023
1 parent 6df4863 commit 6b0ad1c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/oonimkall/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,12 +270,6 @@ type GeolocateResults struct {
Org string
}

// MaybeUpdateResources is a legacy stub. It does nothing. We will
// remove it when we're ready to bump the major number.
func (sess *Session) MaybeUpdateResources(ctx *Context) error {
return nil
}

// Geolocate performs a geolocate operation and returns the results.
//
// This function locks the session until it's done. That is, no other operation
Expand Down

0 comments on commit 6b0ad1c

Please sign in to comment.