perf(dbms): remove extra code line
This commit is contained in:
parent
733780c17c
commit
591d598d24
@ -808,7 +808,6 @@ int execute(char *request, char **response) {
|
|||||||
}
|
}
|
||||||
size_t resp_size = BUFSIZ;
|
size_t resp_size = BUFSIZ;
|
||||||
buffer = malloc(BUFSIZ);
|
buffer = malloc(BUFSIZ);
|
||||||
sprintf(*response, "{\"status\":true,\"data\":[");
|
|
||||||
Kazari *temp = tanabata->shoppyou.database;
|
Kazari *temp = tanabata->shoppyou.database;
|
||||||
for (uint64_t i = 0; i < tanabata->shoppyou.size; i++, temp++) {
|
for (uint64_t i = 0; i < tanabata->shoppyou.size; i++, temp++) {
|
||||||
if (temp->sasa_id == HOLE_ID || temp->tanzaku_id == HOLE_ID) {
|
if (temp->sasa_id == HOLE_ID || temp->tanzaku_id == HOLE_ID) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user