Skip to content

Commit bb8e4e4

Browse files
committed
remove unneeded variable
1 parent 314edc6 commit bb8e4e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/t8_schemes/t8_standalone/t8_standalone_implementation.hxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ struct t8_standalone_scheme
648648
T8_ASSERT (0 <= level && level <= T8_ELEMENT_MAXLEVEL[TEclass]);
649649

650650
const t8_standalone_element<TEclass> *el = (const t8_standalone_element<TEclass> *) elem;
651-
t8_standalone_element<TEclass> ancestor;
652651
const int length = element_get_len (level);
653652
T8_ASSERT (0 <= el->level && el->level <= T8_ELEMENT_MAXLEVEL[TEclass]);
654653

0 commit comments

Comments
 (0)