about summary refs log tree commit diff stats
path: root/src/list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/list.cpp')
-rw-r--r--src/list.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/list.cpp b/src/list.cpp index 49405d0..d2b61cc 100644 --- a/src/list.cpp +++ b/src/list.cpp
@@ -2,11 +2,6 @@
2 2
3namespace twitter { 3namespace twitter {
4 4
5 list::list()
6 {
7
8 }
9
10 list::list(std::string data) 5 list::list(std::string data)
11 { 6 {
12 7