db: Remove column_family stub

There's a proper column_family in database.hh now. Remove a stub that
was introduced during the initial conversion.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
This commit is contained in:
Pekka Enberg
2015-02-23 14:30:19 +02:00
committed by Avi Kivity
parent e214c0192a
commit 86355a54a5

View File

@@ -1,12 +0,0 @@
#ifndef DB_COLUMN_FAMILY_HH
#define DB_COLUMN_FAMILY_HH
namespace db {
class column_family {
// FIXME: stub
};
}
#endif