Skip to content

Commit e766015

Browse files
Drop unused variables
1 parent eb4d1df commit e766015

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libtrn/score-easy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ char *sc_easy_append()
169169
/* returns new string or nullptr to abort. */
170170
const char *sc_easy_command()
171171
{
172-
char *s = s_sc_e_newline;
173172
printf("\nScoring easy command mode.\n");
174173
bool q_done = false;
175174
while (!q_done) {

libtrn/univ.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,6 @@ static bool univ_use_file(const char *fname, const char *label)
530530
static char lbuf[LBUFLEN];
531531

532532
bool begin_top = true; /* default assumption (might be changed later) */
533-
char *p = nullptr;
534533

535534
if (!fname)
536535
{

0 commit comments

Comments
 (0)