From 247bfbdb46f0f89e784574791d2bbc8748dd3717 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 4 Apr 2014 10:29:04 +0200 Subject: Move prototype to include Change-Id: I90c093c704609429f9997f3ffed6a9a79c8956a6 --- soltools/cpp/_unix.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'soltools/cpp/_unix.c') diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c index d29970a450b3..e5f9eab781dd 100644 --- a/soltools/cpp/_unix.c +++ b/soltools/cpp/_unix.c @@ -49,8 +49,6 @@ int Cflag = 0; /* do not remove any comments */ int Dflag = 0; /* add parameter check to delete op */ int Cplusplus = 0; -extern void setup_kwtab(void); - void setup(int argc, char **argv) { -- cgit