remove useless code

optimize code struct

remove useless comment

remove useless code
This commit is contained in:
DreamMaoMao 2025-04-28 12:21:16 +08:00
parent 0723d678a0
commit 73f19d38af
3 changed files with 19 additions and 62 deletions

View file

@ -1,8 +1,5 @@
// SPDX-License-Identifier: GPL-2.0-only
/* Based on labwc (https://github.com/labwc/labwc) */
#ifndef LABWC_MEM_H
#define LABWC_MEM_H
#include <stdlib.h>
/*
@ -65,4 +62,3 @@ char *xstrdup(const char *str);
(ptr) = NULL; \
} while (0)
#endif /* LABWC_MEM_H */