|
From: Michael Chase-S. <mc...@us...> - 2012-11-30 16:22:09
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via 72d86bbdf07c6b7e8ceaa6c815dadc0f9821c0c5 (commit)
from 7101bedc916fe904e84168aadebfff5a41ccb978 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 72d86bbdf07c6b7e8ceaa6c815dadc0f9821c0c5
Author: Michael Chase-Salerno <br...@li...>
Date: Fri Nov 30 11:21:16 2012 -0500
- 3591112 NEEDS_CLEANUP ifdef
-----------------------------------------------------------------------
Summary of changes:
diff --git a/NEWS b/NEWS
index d3f1827..6d53859 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,7 @@ Bugs fixed:
- 3585929 Additional ClassProviderSf prep work
- 3588775 Startup will hang if indication support is disabled
- 3590827 Exit if classprovider fails
+- 3591112 NEEDS_CLEANUP ifdef
Changes in 1.4.2
================
diff --git a/queryStatement.c b/queryStatement.c
index 09a5d4f..dce2aa3 100644
--- a/queryStatement.c
+++ b/queryStatement.c
@@ -209,16 +209,6 @@ qcClear(QLCollector * qc)
qc->propName = NULL;
}
-#ifdef NEEDS_CLEANUP
-static QLOperand *
-newNameOperand(QLStatement * qs)
-{
- QLOperand *o = newPropQueryOperand(qs, newPropertyNameData(qs));
- QL_TRACE(fprintf(stderr, "newNameOperand %p\n", o));
- return o;
-}
-#endif
-
static void
qcAddPropIdentifier(QLCollector * qc, QLStatement * qs, char *cls,
char *prop, int index)
diff --git a/sfcBroker.c b/sfcBroker.c
index 30ed1b0..a1229e0 100644
--- a/sfcBroker.c
+++ b/sfcBroker.c
@@ -377,23 +377,6 @@ handleSigChld(int sig)
errno = oerrno;
}
-#ifdef NEEDS_CLEANUP
-static void
-handleSigterm(int sig)
-{
-
- if (!terminating) {
- fprintf(stderr, "--- %s - %d exiting due to signal %d\n", processName,
- currentProc, sig);
- dumpTiming(currentProc);
- }
- terminating = 1;
- if (providerProcess)
- kill(currentProc, SIGKILL);
- exit(1);
-}
-#endif
-
static void
handleSigSegv(int sig)
{
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|