Remove commented old method signature

This commit is contained in:
Calvin Leung Huang 2017-04-23 00:04:05 -04:00
parent c005f8fc91
commit b7e69d0cb6

View file

@ -60,7 +60,6 @@ func (c *Cassandra) getConnection() (*gocql.Session, error) {
return session.(*gocql.Session), nil
}
// func (c *Cassandra) CreateUser(statements dbplugin.Statements, username, password, expiration string) error {
func (c *Cassandra) CreateUser(statements dbplugin.Statements, usernamePrefix string, expiration time.Time) (username string, password string, err error) {
// Grab the lock
c.Lock()