From: Bill Wendling Date: Thu, 4 Jan 2007 08:38:04 +0000 (+0000) Subject: Removed reference to "cnull" because typical users shouldn't need to use X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=10e7c421573a8d14a509b172f9e79905dbc54f99;p=oota-llvm.git Removed reference to "cnull" because typical users shouldn't need to use it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32869 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 97e21fa65cc..8f210aa5295 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -537,12 +537,6 @@ dump(DOUT);
std::cin >> Var;
llvm::cin >> Var;
- - N/A -
llvm::cnull >> Var;
- -
std::ostream
llvm::OStream