(strobj_create) Removed unused variable.
Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -70,8 +70,6 @@ strobj_free (strobj_t *obj) | ... | @@ -70,8 +70,6 @@ strobj_free (strobj_t *obj) |
70 | static void | 70 | static void |
71 | strobj_create (strobj_t *lvalue, char *str) | 71 | strobj_create (strobj_t *lvalue, char *str) |
72 | { | 72 | { |
73 | int len; | ||
74 | |||
75 | if (!str) | 73 | if (!str) |
76 | { | 74 | { |
77 | lvalue->size = 0; | 75 | lvalue->size = 0; | ... | ... |
-
Please register or sign in to post a comment