diff options
author | Roger Leigh <rleigh@debian.org> | 2006-07-14 16:59:32 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-07-14 16:59:32 +0000 |
commit | 825c9256919da8bc348341becbab2e0de865208e (patch) | |
tree | 6327a9d758b389bf4d44626c16b2c17ffeeed97e | |
parent | 5e62a5f1de8cbb48938635d6257e181c8d558a61 (diff) | |
download | schroot-825c9256919da8bc348341becbab2e0de865208e.tar.gz |
* sbuild/sbuild-null.h: Remove completed TODO item.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sbuild/sbuild-null.h | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2006-07-14 Roger Leigh <rleigh@debian.org> + * sbuild/sbuild-null.h: Remove completed TODO item. + +2006-07-14 Roger Leigh <rleigh@debian.org> + * TODO: Remove completed item. * schroot/schroot.conf.5.in: Add undocumented features. diff --git a/sbuild/sbuild-null.h b/sbuild/sbuild-null.h index 977d5976..763225ea 100644 --- a/sbuild/sbuild-null.h +++ b/sbuild/sbuild-null.h @@ -35,8 +35,7 @@ namespace sbuild { public: /** - * null output to an ostream. - * @todo Output placeholder text. + * Null output to an ostream. */ template <class charT, class traits> friend |