summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BlankConsoleLab/CST116-Lab3-Havaldar.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp
index bda1421..f9ad6e8 100644
--- a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp
+++ b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp
@@ -18,7 +18,6 @@ using std::endl;
int main()
{
string fileName;
- int numLines = 0;
cout << "Please enter the input file name including extension: ";
cin >> fileName;