Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1034)

Unified Diff: chromeos/binder/transaction_data_reader.h

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/binder/transaction_data_reader.h
diff --git a/chromeos/binder/transaction_data_reader.h b/chromeos/binder/transaction_data_reader.h
index 27dc77adde50c1e083d5ce2b7438670b6e486ad0..4da8c36516fc1431a06831fb7ff9d7f570da6ab5 100644
--- a/chromeos/binder/transaction_data_reader.h
+++ b/chromeos/binder/transaction_data_reader.h
@@ -73,7 +73,6 @@ class CHROMEOS_EXPORT TransactionDataReader {
bool ReadFileDescriptor(int* fd);
private:
- const TransactionData& data_;
BufferReader reader_;
DISALLOW_COPY_AND_ASSIGN(TransactionDataReader);

Powered by Google App Engine
This is Rietveld 408576698