Skip to content

Commit 01fb9d4

Browse files
committed
remove unused function
1 parent 50776ab commit 01fb9d4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/arduino_ci/arduino_cmd.rb

-7
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,6 @@ def run_and_capture(*args, **kwargs)
145145
ret
146146
end
147147

148-
# run a command and don't capture its output, but use the same signature
149-
# @return [Hash] {:out => String, :err => String, :success => bool}
150-
def run_wrap(*args, **kwargs)
151-
success = run(*args, **kwargs)
152-
{ out: "NOPE, use run_and_capture", err: "NOPE, use run_and_capture", success: success }
153-
end
154-
155148
# check whether a board is installed
156149
# we do this by just selecting a board.
157150
# the arduino binary will error if unrecognized and do a successful no-op if it's installed

0 commit comments

Comments
 (0)