From 236781a2c13feb96a6dd56f762b2df6fec1dfee5 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 22 Dec 2016 23:40:01 -0800 Subject: More C99-ification. Also end the _t thing for types (ISO C rules). --- src/core/platform.c | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/core/platform.c (limited to 'src/core/platform.c') diff --git a/src/core/platform.c b/src/core/platform.c deleted file mode 100644 index 755dfe5e..00000000 --- a/src/core/platform.c +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright 2016 Garrett D'Amore - * - * This software is supplied under the terms of the MIT License, a - * copy of which should be located in the distribution where this - * file was obtained (LICENSE.txt). A copy of the license may also be - * found online at https://opensource.org/licenses/MIT. - */ - -/* - * This file pulls in the correct platform implementation. - */ - -#include "core/nng_impl.h" - -#if 0 -#if defined(PLATFORM_POSIX) -#include "platform/posix/posix_impl.h" -#else -#error "unknown platform" -#endif -#endif -- cgit v1.2.3-70-g09d2