From: Ian Lance Taylor Date: Thu, 27 Jun 2013 05:02:32 +0000 (-0700) Subject: runtime: remove unused typedef X-Git-Tag: go1.2rc2~1161 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8cd0689a6311a0608748505d0d8e7a1bfcca1ec8;p=gostls13.git runtime: remove unused typedef R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/10660044 --- diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index f5da54a2a8..5422258a69 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -53,7 +53,6 @@ typedef struct Gobuf Gobuf; 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;