Commit 6171d055 authored by Shawn Smith's avatar Shawn Smith Committed by Rob Pike

cmd/vet: remove extraneous "//" in dead.go so its comment does not

appear at the top of vet's godoc output

Change-Id: I2593d294b0497aeb9e8c54a4dad052b5c33ecaee
Reviewed-on: https://go-review.googlesource.com/65630Reviewed-by: default avatarRob Pike <r@golang.org>
parent 6872a8e1
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// //
// Simplified dead code detector. Used for skipping certain checks // Simplified dead code detector. Used for skipping certain checks
// on unreachable code (for instance, shift checks on arch-specific code). // on unreachable code (for instance, shift checks on arch-specific code).
//
package main package main
import ( import (
......
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