[pypy-commit] stmgc default: remove unused type

arigo noreply at buildbot.pypy.org
Fri Feb 6 17:28:11 CET 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1610:ee8dd5569dea
Date: 2015-02-06 17:28 +0100
http://bitbucket.org/pypy/stmgc/changeset/ee8dd5569dea/

Log:	remove unused type

diff --git a/c7/stmgc.h b/c7/stmgc.h
--- a/c7/stmgc.h
+++ b/c7/stmgc.h
@@ -25,7 +25,6 @@
 typedef TLPREFIX struct object_s object_t;
 typedef TLPREFIX struct stm_segment_info_s stm_segment_info_t;
 typedef TLPREFIX struct stm_read_marker_s stm_read_marker_t;
-typedef TLPREFIX struct stm_creation_marker_s stm_creation_marker_t;
 typedef TLPREFIX char stm_char;
 
 struct stm_read_marker_s {


More information about the pypy-commit mailing list