Commit 94b76065 authored by Awn's avatar Awn Committed by Matt Layher

windows: remove unreachable return statement in Proc.Call

Change-Id: I5bb10469bab144f5e42c7bcf6ee8717d3fd0d4e4
Reviewed-on: https://go-review.googlesource.com/47337Reviewed-by: 's avatarMatt Layher <mdlayher@gmail.com>
Run-TryBot: Matt Layher <mdlayher@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 0e016486
......@@ -160,7 +160,6 @@ func (p *Proc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) {
default:
panic("Call " + p.Name + " with too many arguments " + itoa(len(a)) + ".")
}
return
}
// A LazyDLL implements access to a single DLL.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment