From cf81d280ff358c96e253648d7a7d88bb5ec0069b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jul 2011 11:58:45 +0200 Subject: Remove @@ notes that no longer apply --- odb/cxx-lexer.cxx | 2 -- odb/relational/pgsql/header.cxx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/odb/cxx-lexer.cxx b/odb/cxx-lexer.cxx index bb2b147..86086bd 100644 --- a/odb/cxx-lexer.cxx +++ b/odb/cxx-lexer.cxx @@ -133,8 +133,6 @@ next (string& token) cpp_ttype tt (t->type); - // @@ Need to handle literals, at least integer. - // switch (tt) { case CPP_NAME: diff --git a/odb/relational/pgsql/header.cxx b/odb/relational/pgsql/header.cxx index 391b0a3..64b02d8 100644 --- a/odb/relational/pgsql/header.cxx +++ b/odb/relational/pgsql/header.cxx @@ -162,7 +162,7 @@ namespace relational virtual void traverse_bit (member_info& mi) { - // @@ Additional 4 bytes at the beginning of the array specify + // Additional 4 bytes at the beginning of the array specify // the number of significant bits in the image. This number // is stored in network byte order. // -- cgit v1.1