libcsa: Resolve 96 -Wunused-variable warnings.

This is not all of them, another ~90 exist in generated code.
This commit is contained in:
Peter Howkins
2012-11-06 15:07:08 +00:00
parent 37c30d32f7
commit 6f2a704bbd
15 changed files with 5 additions and 172 deletions

View File

@@ -103,7 +103,6 @@ extern void
_DtCm_init_agent()
{
int s = RPC_ANYSOCK;
XtInputId id;
#if defined(SunOS) && SunOS < 55 || defined(USL) || defined(__uxp__)
extern boolean_t rpc_reg(const u_long, const u_long, const u_long,
@@ -464,8 +463,6 @@ static void
_DtCm_handle_callback()
{
_CallbackInfo *ptr, *prev;
Calendar *cal;
_DtCmCallbackEntry *cb;
boolean_t keep = B_FALSE;
DP(("agent.c: _DtCm_handle_callback()\n"));