Remove unused buffer types
A part of the buffer types weren't used or provided no real functionality.
This commit is contained in:
@ -1004,7 +1004,6 @@ GWBUF* modutil_create_query(const char* query)
|
||||
*ptr++ = 0x0;
|
||||
*ptr++ = 0x03;
|
||||
memcpy(ptr, query, strlen(query));
|
||||
gwbuf_set_type(rval, GWBUF_TYPE_MYSQL);
|
||||
}
|
||||
|
||||
return rval;
|
||||
|
Reference in New Issue
Block a user