Skip to content

Commit 6cc8ecb

Browse files
author
Hana Dusíková
committed
remove debug variable
1 parent 310ab4e commit 6cc8ecb

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

include/ctre/rotate.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ static auto rotate(assert_line_end) -> assert_line_end;
9595

9696
};
9797

98-
decltype(ctre::rotate_for_lookbehind::rotate(ctre::capture<1, ctre::string<'a', 'b'> >{})) i;
99-
10098
}
10199

102100
#endif

single-header/ctre-unicode.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,8 +2025,6 @@ static auto rotate(assert_line_end) -> assert_line_end;
20252025

20262026
};
20272027

2028-
decltype(ctre::rotate_for_lookbehind::rotate(ctre::capture<1, ctre::string<'a', 'b'> >{})) i;
2029-
20302028
}
20312029

20322030
#endif

single-header/ctre.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,8 +2022,6 @@ static auto rotate(assert_line_end) -> assert_line_end;
20222022

20232023
};
20242024

2025-
decltype(ctre::rotate_for_lookbehind::rotate(ctre::capture<1, ctre::string<'a', 'b'> >{})) i;
2026-
20272025
}
20282026

20292027
#endif

0 commit comments

Comments
 (0)