summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Havaldar <[email protected]>2022-11-29 17:48:02 -0800
committerAbdullah Havaldar <[email protected]>2022-11-29 17:48:02 -0800
commit85d1b3af7f8e77880603f02f7b2c8ba424d03ab4 (patch)
treed20da491bd4908a612d4976cf0e8600e0bf4475f
parentbig comment (diff)
downloadcst116-lab3-abd00l4h-85d1b3af7f8e77880603f02f7b2c8ba424d03ab4.tar.xz
cst116-lab3-abd00l4h-85d1b3af7f8e77880603f02f7b2c8ba424d03ab4.zip
removed useless variable
-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;