kconfig: Remove dead code
[carl9170fw.git] / config / lkc.h
index e418a30bbc40842e3ac7b6d54927eb1007d98d98..9f845eab56cb473863e68d05371361e53f598812 100644 (file)
@@ -135,7 +135,6 @@ struct gstr {
        int max_width;
 };
 struct gstr str_new(void);
-struct gstr str_assign(const char *s);
 void str_free(struct gstr *gs);
 void str_append(struct gstr *gs, const char *s);
 void str_printf(struct gstr *gs, const char *fmt, ...);