Repository: trafficserver Updated Branches: refs/heads/master 97035208b -> 336bd0a67
Removing ioBufAllocator proxy allocator. It is currently not being used. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/336bd0a6 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/336bd0a6 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/336bd0a6 Branch: refs/heads/master Commit: 336bd0a675b3db7b398fb116c70c22c75c9cc106 Parents: 9703520 Author: Bryan Call <[email protected]> Authored: Tue Oct 7 10:36:58 2014 -0700 Committer: Bryan Call <[email protected]> Committed: Tue Oct 7 10:36:58 2014 -0700 ---------------------------------------------------------------------- iocore/eventsystem/I_Thread.h | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/336bd0a6/iocore/eventsystem/I_Thread.h ---------------------------------------------------------------------- diff --git a/iocore/eventsystem/I_Thread.h b/iocore/eventsystem/I_Thread.h index 4916e51..2f9a018 100644 --- a/iocore/eventsystem/I_Thread.h +++ b/iocore/eventsystem/I_Thread.h @@ -142,7 +142,6 @@ public: ProxyAllocator ioDataAllocator; ProxyAllocator ioAllocator; ProxyAllocator ioBlockAllocator; - ProxyAllocator ioBufAllocator[DEFAULT_BUFFER_SIZES]; private: // prevent unauthorized copies (Not implemented)
