summaryrefslogtreecommitdiff
path: root/include/c
diff options
context:
space:
mode:
authorelijah-thomas774 <elijahthomas774@gmail.com>2025-09-16 22:26:16 -0400
committerelijah-thomas774 <elijahthomas774@gmail.com>2025-09-16 22:32:07 -0400
commite3b5103cbe6bca291e05d0f0e84340b81f088c37 (patch)
tree06c25c4fb0fbf2e9a10c2bb59082caf4226074fa /include/c
parent0a2b38da2b07cc983fbc13cdbadf6d6345ad5d89 (diff)
remove address comments
Diffstat (limited to 'include/c')
-rw-r--r--include/c/c_list.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/c/c_list.h b/include/c/c_list.h
index 2c45d27d..97a481bd 100644
--- a/include/c/c_list.h
+++ b/include/c/c_list.h
@@ -28,8 +28,7 @@ protected:
class cListMg_c {
public:
- /* 802e2be0 */ cListMg_c() : mpFirst(nullptr), mpLast(nullptr) {}
- // /* 802e2880 */ ~cListMg_c();
+ cListMg_c() : mpFirst(nullptr), mpLast(nullptr) {}
void insertAfter(cListNd_c *node, cListNd_c *prevNode);