remove windows related section since issue 9257 is resolved now.
diff --git a/CodeReview.md b/CodeReview.md
index 88b4f72..b9a0d2f 100644
--- a/CodeReview.md
+++ b/CodeReview.md
@@ -40,8 +40,4 @@
$ git remote add --mirror=push fork git@github.com:yourusername/go.git
```
-Then running `git push fork` will update GitHub to perfectly mirror *everything* (all branches, all tags, etc.). This is handy, but take care when using this on multiple clients. You are bypassing the usual git safeguards, so it is easy to overwrite (and thus lose) work pushed by a different client.
-
-# Code Review on Windows
-
-The code review command ```git-codereview``` currently does not work on Windows. This is [#9257](../issues/9257).
\ No newline at end of file
+Then running `git push fork` will update GitHub to perfectly mirror *everything* (all branches, all tags, etc.). This is handy, but take care when using this on multiple clients. You are bypassing the usual git safeguards, so it is easy to overwrite (and thus lose) work pushed by a different client.
\ No newline at end of file