From 2034f07b5cf1a00565a7e8401cd1d738baaa9b9c Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 16 Dec 1996 10:45:20 +0000 Subject: [PATCH] flower-1.0.14 --- flower/assoc.hh | 3 +-- flower/fproto.hh | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) 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 ; -- 2.39.5