aboutsummaryrefslogtreecommitdiff
path: root/Project1/Contact_list.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-03-03 16:12:05 -0800
committerConnor McDowell <[email protected]>2024-03-03 16:12:05 -0800
commit979fcacec2a512ed7a66208cc47d894b7c0cebe7 (patch)
treeb7677c371c10065b779f22e1e0c0aa391ac64d6e /Project1/Contact_list.h
parentdelete refactored (diff)
downloadarchived-homework-7-connormcdowell275-979fcacec2a512ed7a66208cc47d894b7c0cebe7.tar.xz
archived-homework-7-connormcdowell275-979fcacec2a512ed7a66208cc47d894b7c0cebe7.zip
first successful build
Diffstat (limited to 'Project1/Contact_list.h')
-rw-r--r--Project1/Contact_list.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Project1/Contact_list.h b/Project1/Contact_list.h
index 44576ad..2338bf7 100644
--- a/Project1/Contact_list.h
+++ b/Project1/Contact_list.h
@@ -35,8 +35,6 @@ public:
void Print() const;
- size_t Size() const;
-
void Update(const contact& contact);
};