From a72b1413edec32c3e9cd5b2ef5f12636a0b75a92 Mon Sep 17 00:00:00 2001 From: Stefan Plantikow Date: Fri, 23 Dec 2011 02:39:43 +0100 Subject: [PATCH] Removed now obsolete mtypes module --- src/libcore/core.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libcore/core.rc b/src/libcore/core.rc index e91c2a34ea0..6315d32b6d4 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -44,7 +44,6 @@ mod result; // Runtime and language-primitive support mod ctypes; -mod mtypes; mod cmath; mod sys; mod unsafe;