Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
e60835ba
Commit
e60835ba
authored
Sep 19, 2016
by
Damien George
Browse files
py/qstr: Remove a comment.
qstrs are always null terminated so qstr_str will stay as part of the API.
parent
4874bde1
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/qstr.c
View file @
e60835ba
...
...
@@ -275,7 +275,6 @@ size_t qstr_len(qstr q) {
return
Q_GET_LENGTH
(
qd
);
}
// XXX to remove!
const
char
*
qstr_str
(
qstr
q
)
{
const
byte
*
qd
=
find_qstr
(
q
);
return
(
const
char
*
)
Q_GET_DATA
(
qd
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment