aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2015-02-24 16:32:09 +0100
committerMichal Marek <mmarek@suse.cz>2015-02-25 15:00:16 +0100
commit463157444e377bf9b279101b1f16a94c4648c03a (patch)
tree91d6a75fb0d7a366dac5047e11af25b6f0b6c0cc /scripts/kconfig/lkc.h
parentkconfig: Get rid of the P() macro in headers (diff)
downloadwireguard-linux-463157444e377bf9b279101b1f16a94c4648c03a.tar.xz
wireguard-linux-463157444e377bf9b279101b1f16a94c4648c03a.zip
kconfig: Remove dead code
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r--scripts/kconfig/lkc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index e418a30bbc40..9f845eab56cb 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -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, ...);