summaryrefslogtreecommitdiff
path: root/kern/fmt.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-07-25 01:16:24 +0200
committerRichard Braun <rbraun@sceen.net>2018-07-25 01:16:24 +0200
commitd3e43f5bfda0bdad7a829a7ed8c1272a395b196b (patch)
tree897e7851a995f243afdfa5999d786541781f56a9 /kern/fmt.c
parent3a175471f4246c429e89460ab42cd6640427532a (diff)
kern/{fmt,shell}: update from upstream
The shell module has been "objectified" and now supports multiple instances with shareable command sets.
Diffstat (limited to 'kern/fmt.c')
-rw-r--r--kern/fmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/fmt.c b/kern/fmt.c
index 61eef79e..414ab1f1 100644
--- a/kern/fmt.c
+++ b/kern/fmt.c
@@ -109,7 +109,6 @@ struct fmt_sscanf_state {
va_list ap;
unsigned int flags;
int width;
- int precision;
unsigned int modifier;
unsigned int specifier;
unsigned int base;