LGTM. On Thu, Jun 27, 2013 at 11:06 AM, <iant@golang.org> wrote: > Reviewers: golang-dev1, > ...
12 years, 4 months ago
(2013-06-27 01:09:14 UTC)
#2
LGTM.
On Thu, Jun 27, 2013 at 11:06 AM, <iant@golang.org> wrote:
> Reviewers: golang-dev1,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://go.googlecode.com/hg/
>
>
> Description:
> runtime: remove unused typedef
>
> Please review this at https://codereview.appspot.com/10660044/
>
> Affected files:
> M src/pkg/runtime/runtime.h
>
>
> Index: src/pkg/runtime/runtime.h
> ===================================================================
> --- a/src/pkg/runtime/runtime.h
> +++ b/src/pkg/runtime/runtime.h
> @@ -53,7 +53,6 @@
> typedef struct Lock Lock;
> typedef struct M M;
> typedef struct P P;
> -typedef struct Mem Mem;
> typedef struct Note Note;
> typedef struct Slice Slice;
> typedef struct Stktop Stktop;
>
>
> --
>
> ---You received this message because you are subscribed to the Google Groups
> "golang-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-dev+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
Issue 10660044: code review 10660044: runtime: remove unused typedef
(Closed)
Created 12 years, 4 months ago by iant
Modified 12 years, 4 months ago
Reviewers:
Base URL:
Comments: 0