From fe6e624d12c891323cc75bfcdb2df02490e6fa71 Mon Sep 17 00:00:00 2001 From: Andrei Alexandrescu Date: Fri, 10 Apr 2009 23:17:30 +0000 Subject: [PATCH] Deprecation process concluded with replacement of bitarray with bitmanip --- std/bitarray.d | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 std/bitarray.d diff --git a/std/bitarray.d b/std/bitarray.d deleted file mode 100644 index d2a85d7bd..000000000 --- a/std/bitarray.d +++ /dev/null @@ -1,14 +0,0 @@ -// Written in the D programming language - -/*********************** - * Scheduled for deprecation. Use $(LINK2 - * std_bitmanip.html,std.bitmanip) instead. - * - * Macros: - * WIKI = StdBitarray - */ - -module std.bitarray; -public import std.bitmanip; - -pragma(msg, "You may want to import std.bitmanip instead of std.bitarray");