clean up forward declaration of Database and Statement

This commit is contained in:
Brian J. Cardiff 2016-08-29 16:48:59 -03:00
parent 8d891a5a4e
commit 6e94536a91
1 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,4 @@
module DB
class Database; end
abstract class Statement; end
# Database driver implementors must subclass `Connection`.
#
# Represents one active connection to a database.