Quiet HP/UX warning:

cc: "algchoic.h", line 74: warning 617: Redeclaration of tag "B_AlgorithmInfoType" ignored.
cc: "algchoic.h", line 74: warning 617: Redeclaration of tag "B_AlgorithmInfoType" ignored.

by removing:

struct B_AlgorithmInfoType;

because balgmeth.h already defines that struct tag.
(So does balg.h, but that isn't causing warnings.)
This commit is contained in:
David Lawrence 2000-05-08 23:41:59 +00:00
parent 8b9ad57c12
commit acbec87f20

View file

@ -71,7 +71,6 @@ private:
ResizeContext context;
};
*/
struct B_AlgorithmInfoType;
typedef struct ResizeContext {
struct {