Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
2d49aee4
Commit
2d49aee4
authored
Sep 08, 2017
by
Dean Moldovan
Browse files
Remove unused value assignment
parent
b0a0e4a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
include/pybind11/cast.h
include/pybind11/cast.h
+0
-1
No files found.
include/pybind11/cast.h
View file @
2d49aee4
...
@@ -443,7 +443,6 @@ PYBIND11_NOINLINE inline std::string error_string() {
...
@@ -443,7 +443,6 @@ PYBIND11_NOINLINE inline std::string error_string() {
handle
(
frame
->
f_code
->
co_name
).
cast
<
std
::
string
>
()
+
"
\n
"
;
handle
(
frame
->
f_code
->
co_name
).
cast
<
std
::
string
>
()
+
"
\n
"
;
frame
=
frame
->
f_back
;
frame
=
frame
->
f_back
;
}
}
trace
=
trace
->
tb_next
;
}
}
#endif
#endif
...
...
Write
Preview
Markdown
is supported
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