py/qstr: Remove a comment.
qstrs are always null terminated so qstr_str will stay as part of the API.
This commit is contained in:
parent
4874bde104
commit
e60835bac5
@ -275,7 +275,6 @@ size_t qstr_len(qstr q) {
|
|||||||
return Q_GET_LENGTH(qd);
|
return Q_GET_LENGTH(qd);
|
||||||
}
|
}
|
||||||
|
|
||||||
// XXX to remove!
|
|
||||||
const char *qstr_str(qstr q) {
|
const char *qstr_str(qstr q) {
|
||||||
const byte *qd = find_qstr(q);
|
const byte *qd = find_qstr(q);
|
||||||
return (const char*)Q_GET_DATA(qd);
|
return (const char*)Q_GET_DATA(qd);
|
||||||
|
Loading…
Reference in New Issue
Block a user