- Cleanup of unused structure.

This commit is contained in:
ccremers 2006-01-03 11:34:48 +00:00
parent c9eaf1f95f
commit 92342683f5

View File

@ -13,17 +13,4 @@ int isTriviallyKnownAtArachne (const System sys, const Term t, const int run,
int isTriviallyKnownAfterArachne (const System sys, const Term t,
const int run, const int index);
//! Goal structure
/**
* Signals a read event or claim event to which a term has to be bound.
*/
struct goalstruct
{
int run; //!< run of goal
int index; //!< index of goal in the run
Roledef rd; //!< pointer to the role definition
};
typedef struct goalstruct Goal; //!< pointer to goal structure
#endif