remove file not being used. (#1376)

This commit is contained in:
Scott Bishel 2021-09-30 04:01:19 -06:00 committed by GitHub
parent bde2a287e1
commit d4e5661ee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +0,0 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export function createdb(opts: any, dbName: any, cb?: any): any
export function dropdb(opts: any, dbName: any, cb?: any): any