summaryrefslogtreecommitdiff
path: root/include/printf.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2006-02-04 14:35:01 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2006-02-04 14:35:01 +0000
commit8dcefe6112800fd9982a5a337440b774fb709ac9 (patch)
tree8fc16984712585ca789940ec11fdf04167355c2d /include/printf.h
parentc62ccf20b208a66eaf6ed0277d927ca502f7e8c0 (diff)
downloadsrc-test2-8dcefe6112800fd9982a5a337440b774fb709ac9.tar.gz
src-test2-8dcefe6112800fd9982a5a337440b774fb709ac9.zip
Notes
Diffstat (limited to 'include/printf.h')
-rw-r--r--include/printf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/printf.h b/include/printf.h
index 59fa282cf359..bd862a45a873 100644
--- a/include/printf.h
+++ b/include/printf.h
@@ -29,8 +29,6 @@
#ifndef _PRINTF_H_
#define _PRINTF_H_
-union arg;
-
/*
* The API defined by glibc allows a renderer to take multiple arguments
* This is obviously usable for things like (ptr+len) pairs etc.