diff options
Diffstat (limited to 'src/run.go')
-rw-r--r-- | src/run.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/run.go b/src/run.go index 686860b..a422ddf 100644 --- a/src/run.go +++ b/src/run.go @@ -13,11 +13,6 @@ import ( // StepIn steps in and stores the state of the registers for the given bot func stepIn(r2p *r2pipe.Pipe) { _ = r2cmd(r2p, "aes") - - // store the regisers - registers := r2cmd(r2p, "aerR") - registersStripped := strings.Replace(registers, "\n", ";", -1) - return registersStripped } func switchPlayer(r2p *r2pipe.Pipe, currentPlayer int, config Config) int { |