diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-19 17:52:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-19 17:52:35 +0200 |
commit | e45589cdd174c5edc719d63a02f2e3f18f0fb491 (patch) | |
tree | 3bd8dab4eac632c92b79e1c95a034f716b6b39fa | |
parent | 6f4f07fea0f98bdb1debffcc40a32d6af61ab5c0 (diff) |
Remove stray #endif
-rw-r--r-- | odb/mysql/enum.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/odb/mysql/enum.cxx b/odb/mysql/enum.cxx index d2c8676..2487d36 100644 --- a/odb/mysql/enum.cxx +++ b/odb/mysql/enum.cxx @@ -30,5 +30,3 @@ namespace odb } #include <odb/post.hxx> - -#endif // ODB_MYSQL_ENUMS_HXX |