This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 3570fdf HostDB code cleanup
3570fdf is described below
commit 3570fdf04d4ce89d4b21e784e1981cbb5c09f7b1
Author: Bryan Call <[email protected]>
AuthorDate: Wed Jun 6 15:02:01 2018 -0700
HostDB code cleanup
---
iocore/hostdb/HostDB.cc | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/iocore/hostdb/HostDB.cc b/iocore/hostdb/HostDB.cc
index 237208e..2726e7c 100644
--- a/iocore/hostdb/HostDB.cc
+++ b/iocore/hostdb/HostDB.cc
@@ -21,25 +21,17 @@
limitations under the License.
*/
-#define _HOSTDB_CC_
-
#include "P_HostDB.h"
#include "P_RefCountCacheSerializer.h"
#include "ts/I_Layout.h"
#include "Show.h"
#include "ts/Tokenizer.h"
+#include "ts/ink_apidefs.h"
#include <utility>
#include <vector>
#include <algorithm>
-// dxu: turn off all Diags.h 's function.
-//#define Debug
-//#define Warning
-//#define Note
-
-#include "ts/ink_apidefs.h"
-
HostDBProcessor hostDBProcessor;
int HostDBProcessor::hostdb_strict_round_robin = 0;
int HostDBProcessor::hostdb_timed_round_robin = 0;
--
To stop receiving notification emails like this one, please contact
[email protected].