aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl_connection.erl
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-01 17:27:17 -0500
committerBrian Cully <bjc@kublai.com>2008-03-01 17:27:17 -0500
commit2122116f2bd2ffd2097b8d98d241fa0322520d8a (patch)
treecc0656cebba8ca6ba7e271de9be794d5b6815fb8 /src/mysqlerl_connection.erl
parent3dd8d27ab301442cdacc7e130de85c4899ca16fa (diff)
downloadmysqlerl-2122116f2bd2ffd2097b8d98d241fa0322520d8a.tar.gz
mysqlerl-2122116f2bd2ffd2097b8d98d241fa0322520d8a.zip
Remove unused defines.
Diffstat (limited to 'src/mysqlerl_connection.erl')
-rw-r--r--src/mysqlerl_connection.erl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mysqlerl_connection.erl b/src/mysqlerl_connection.erl
index 53ac85f..a27c25f 100644
--- a/src/mysqlerl_connection.erl
+++ b/src/mysqlerl_connection.erl
@@ -8,11 +8,6 @@
-export([init/1, terminate/2, code_change/3,
handle_call/3, handle_cast/2, handle_info/2]).
--define(QUERY_MSG, 0).
--define(COMMIT_MSG, 1).
--define(ROLLBACK_MSG, 2).
--define(EXTENDED_MSG, 255).
-
-record(state, {ref}).
-record(port_closed, {reason}).
-record(sql_query, {q}).