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

Unified Diff: webrtc/system_wrappers/interface/aligned_array.h

Issue 1172163004: Reformat existing code. There should be no functional effects. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Created 5 years, 6 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: webrtc/system_wrappers/interface/aligned_array.h
diff --git a/webrtc/system_wrappers/interface/aligned_array.h b/webrtc/system_wrappers/interface/aligned_array.h
index 4b5c276d433c6adaabde3073bd3be9ad095c106f..0acf53f48121b398bed16fb1db31ec8e7129b161 100644
--- a/webrtc/system_wrappers/interface/aligned_array.h
+++ b/webrtc/system_wrappers/interface/aligned_array.h
@@ -68,14 +68,6 @@ template<typename T> class AlignedArray {
return Row(row)[col];
}
- int rows() const {
- return rows_;
- }
-
- int cols() const {
- return cols_;
- }
-
private:
int rows_;
int cols_;

Powered by Google App Engine
This is Rietveld 408576698