Author: Armin Rigo <[email protected]>
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 {
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to