Skip to content
Snippets Groups Projects
Commit bc4b8459 authored by Mergen Imeev's avatar Mergen Imeev Committed by Kirill Yukhin
Browse files

sql: disable unused code in sql/legacy.c

This patch disables unused code in sql/legacy.c. It will simplify
refactoring.

Needed for #5818
parent 743d6d40
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@
#include "box/execute.h"
#include "box/session.h"
#if 0
/*
* Execute SQL code. Return one of the SQL_ success/failure
* codes.
......@@ -162,3 +164,5 @@ sql_exec(sql * db, /* The database on which the SQL executes */
assert(rc == 0);
return rc;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment