From 101c1b6a946d9f2f48c6dd89940ae669141e0511 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Dec 2016 01:57:10 -0800 Subject: Use C99 structure initializers FTW. Various other changes. --- src/platform/posix/posix_clock.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/platform/posix/posix_clock.c') diff --git a/src/platform/posix/posix_clock.c b/src/platform/posix/posix_clock.c index 5c29d5ff..83f0b151 100644 --- a/src/platform/posix/posix_clock.c +++ b/src/platform/posix/posix_clock.c @@ -7,13 +7,6 @@ * found online at https://opensource.org/licenses/MIT. */ -/* - * This is more of a direct #include of a .c rather than .h file. - * But having it be a .h makes compiler rules work out properly. Do - * not include this more than once into your program, or you will - * get multiple symbols defined. - */ - /* * POSIX clock stuff. */ -- cgit v1.2.3-70-g09d2