aboutsummaryrefslogtreecommitdiff
path: root/src/system_wrappers/interface/list_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system_wrappers/interface/list_wrapper.h')
-rw-r--r--src/system_wrappers/interface/list_wrapper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/system_wrappers/interface/list_wrapper.h b/src/system_wrappers/interface/list_wrapper.h
index bc10ad4a7d..3608adaa37 100644
--- a/src/system_wrappers/interface/list_wrapper.h
+++ b/src/system_wrappers/interface/list_wrapper.h
@@ -34,7 +34,6 @@ protected:
private:
const void* item_ptr_;
const unsigned int item_;
- DISALLOW_COPY_AND_ASSIGN(ListItem);
};
class ListWrapper
@@ -102,7 +101,6 @@ private:
ListItem* first_;
ListItem* last_;
unsigned int size_;
- DISALLOW_COPY_AND_ASSIGN(ListWrapper);
};
} //namespace webrtc