diff options
-rw-r--r-- | src/mysqlerl.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mysqlerl.hrl b/src/mysqlerl.hrl index d378a52..3ec553d 100644 --- a/src/mysqlerl.hrl +++ b/src/mysqlerl.hrl @@ -8,4 +8,3 @@ -record(sql_prev, {}). -record(sql_commit, {}). -record(sql_rollback, {}). --record(sql_describe_table, {table}). |