Updated Branches: refs/heads/master 3af64e48f -> ac6e6b45d
Remove unused build option FOR_INSTALL Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ac6e6b45 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/ac6e6b45 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/ac6e6b45 Branch: refs/heads/master Commit: ac6e6b45d1003f140c32c307ea8effe6c5a52fc3 Parents: 3af64e4 Author: James Peach <[email protected]> Authored: Wed Jul 17 14:15:40 2013 -0700 Committer: James Peach <[email protected]> Committed: Wed Jul 17 14:15:46 2013 -0700 ---------------------------------------------------------------------- mgmt/RecordsConfig.cc | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/ac6e6b45/mgmt/RecordsConfig.cc ---------------------------------------------------------------------- diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc index 8383a8b..f0cc3c8 100644 --- a/mgmt/RecordsConfig.cc +++ b/mgmt/RecordsConfig.cc @@ -1896,8 +1896,6 @@ RecordElement RecordsConfig[] = { }; -#ifndef FOR_INSTALL - //------------------------------------------------------------------------- // LibRecordsConfigInit //------------------------------------------------------------------------- @@ -1990,4 +1988,3 @@ test_librecords() RecRegisterStatCounter(RECT_LOCAL, "proxy.local.librecords.testing.counter", (RecCounter) 99, RECP_NON_PERSISTENT); } -#endif
