From 931b0d79723d7ef4af1af9e175428fabc7f0c4cb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 9 Jun 2009 18:53:00 -0700 Subject: [PATCH] buffer: remove unused field --- src/include/buffer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/buffer.h b/src/include/buffer.h index 090d6e2af769a..410bbc2f44007 100644 --- a/src/include/buffer.h +++ b/src/include/buffer.h @@ -450,7 +450,6 @@ public: class list { // my private bits - list *bl; std::list _buffers; unsigned _len; -- 2.39.5