diff options
| author | Connor McDowell <[email protected]> | 2024-03-03 16:12:05 -0800 |
|---|---|---|
| committer | Connor McDowell <[email protected]> | 2024-03-03 16:12:05 -0800 |
| commit | 979fcacec2a512ed7a66208cc47d894b7c0cebe7 (patch) | |
| tree | b7677c371c10065b779f22e1e0c0aa391ac64d6e /Project1/Contact_list.h | |
| parent | delete refactored (diff) | |
| download | archived-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.h | 2 |
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); }; |