Skip to content

Commit

Permalink
remove warnings from src/ files
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 28, 2017
1 parent a96e6b9 commit bda2b93
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/Database/IndexedDB/IDBCursor.purs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import Data.String.Read (read)

import Database.IndexedDB.Core
import Database.IndexedDB.IDBKey.Internal (class IDBKey, Key, toKey, unsafeFromKey)
import Database.IndexedDB.IDBKey.Internal as IDBKey


--------------------
Expand Down
8 changes: 0 additions & 8 deletions src/Database/IndexedDB/IDBDatabase.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ const toArray = function toArray(xs) {
};


exports._showDatabase = function _showDatabase(db) {
return '(IDBDatabase ' +
'{ name: ' + db.name +
', objectStoreNames: [' + toArray(db.objectStoreNames).join(', ') + ']' +
', version: ' + db.version +
' })';
};

exports._close = function _close(db) {
return function aff(success, error) {
try {
Expand Down

0 comments on commit bda2b93

Please sign in to comment.