aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2013-06-26 22:02:32 -0700
committerIan Lance Taylor <iant@golang.org>2013-06-26 22:02:32 -0700
commit8cd0689a6311a0608748505d0d8e7a1bfcca1ec8 (patch)
treecb94d0e2ee8212b7400f91739c4581aadd38804b /src/pkg/runtime/runtime.h
parent04b405c7fc99008b3cf90f4c067e81001af2de29 (diff)
downloadgo-8cd0689a6311a0608748505d0d8e7a1bfcca1ec8.tar.xz
runtime: remove unused typedef
R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/10660044
Diffstat (limited to 'src/pkg/runtime/runtime.h')
-rw-r--r--src/pkg/runtime/runtime.h1
1 files changed, 0 insertions, 1 deletions
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;