removed comment + last checked

main
Anastasia Kisner 2024-11-11 22:04:33 +01:00
parent dd9cff0157
commit 5a73ca87ac
1 changed files with 0 additions and 2 deletions

View File

@ -20,9 +20,7 @@ pub fn LList(comptime T: type) type {
pub fn deinit(this: *Self) void {
//? If there is no created Node
if (this.first == null) {
//? Nothing to do
return;
}