shithub: mc

Download patch

ref: 9ab2a5a2a341794f93df6aee3859c90bbae3a9b0
parent: 0423f18453e30a452cec63e8cfff93a41c63edcb
author: Ori Bernstein <[email protected]>
date: Tue Jun 26 18:08:59 EDT 2012

Remove dead data structure.

--- a/parse/parse.h
+++ b/parse/parse.h
@@ -84,9 +84,6 @@
     Htab *ty;
 };
 
-struct Sym {
-};
-
 struct Type {
     Ty type;
     int tid;