Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Dec 15, 2023
1 parent 92a7c39 commit f248d53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion brian2/codegen/generators/cpp_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def c_data_type(dtype):


typestrs = ["int32_t", "int64_t", "float", "double", "long double"]
floattypestrs = ["float", "double", "long double"]
hightype_support_code = "template < typename T1, typename T2 > struct _higher_type;\n"
for ix, xtype in enumerate(typestrs):
for iy, ytype in enumerate(typestrs):
Expand Down

0 comments on commit f248d53

Please sign in to comment.