aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-25 11:58:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-25 11:58:45 +0200
commitcf81d280ff358c96e253648d7a7d88bb5ec0069b (patch)
tree2c633e8ef6a7180d5d91c84dbe7b96755a612ec3
parent17353cfb03e1e3bff4af0c345158cee32f1b7c47 (diff)
Remove @@ notes that no longer apply
-rw-r--r--odb/cxx-lexer.cxx2
-rw-r--r--odb/relational/pgsql/header.cxx2
2 files changed, 1 insertions, 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.
//