From: fred Date: Mon, 16 Dec 1996 10:45:20 +0000 (+0000) Subject: flower-1.0.14 X-Git-Tag: release/1.5.59~6577 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2034f07b5cf1a00565a7e8401cd1d738baaa9b9c;p=lilypond.git flower-1.0.14 --- diff --git a/flower/assoc.hh b/flower/assoc.hh index 2409985668..3a49c8a058 100644 --- a/flower/assoc.hh +++ b/flower/assoc.hh @@ -4,7 +4,7 @@ #include "vray.hh" #include -template +template struct Assoc_ent_ { bool free; K key; @@ -69,7 +69,6 @@ public: assert(elt_query(key)); return arr[find(key)].val; } - }; /** mindblowingly stupid Associative array implementation */ diff --git a/flower/fproto.hh b/flower/fproto.hh index 43452af7b8..8e30550696 100644 --- a/flower/fproto.hh +++ b/flower/fproto.hh @@ -19,9 +19,6 @@ template struct Link; template struct Handle ; -struct Assoc_ent_ ; -struct Assoc ; -struct Assoc_iter ; struct Choleski_decomposition ; struct Interval ; struct long_option_init ;