summaryrefslogtreecommitdiff
path: root/Userland/Utilities
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-31 18:02:48 +0100
committerLinus Groh <mail@linusgroh.de>2021-05-31 18:02:48 +0100
commit304752fccba4554b8dbfad8f1d9b45caefc20d88 (patch)
tree02bd2701592c8ea993f71429086fc23554f838bc /Userland/Utilities
parent1eb048bed02e1c32e40c8f0df6688cdde06bb0d3 (diff)
downloadserenity-304752fccba4554b8dbfad8f1d9b45caefc20d88.zip
cal: Remove unused variable declarations
Diffstat (limited to 'Userland/Utilities')
-rw-r--r--Userland/Utilities/cal.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Utilities/cal.cpp b/Userland/Utilities/cal.cpp
index 06eaf83be5..c18fc5015e 100644
--- a/Userland/Utilities/cal.cpp
+++ b/Userland/Utilities/cal.cpp
@@ -17,8 +17,6 @@ const int column_width = 22;
char print_buffer[line_width * line_count];
char temp_buffer[line_width * 8];
-int target_year;
-int target_month;
int target_day;
int current_year;