From 8cd0689a6311a0608748505d0d8e7a1bfcca1ec8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 26 Jun 2013 22:02:32 -0700 Subject: [PATCH] runtime: remove unused typedef R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/10660044 --- src/pkg/runtime/runtime.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.48.1