aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2023-06-22 08:11:57 -0500
committerjvech <jmvalenciae@unal.edu.co>2023-06-22 08:11:57 -0500
commita937fc89721b1e7895d186838b13b5782f3fd782 (patch)
tree76c7c17ac070b5e2fc119a40a913552f0e717365 /src/main.c
parente2fc6fcd524bbd3762ab57155bd515ce690adf51 (diff)
add: unnecessary variable removed
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.c b/src/main.c
index add73f7..a1b79f3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -171,12 +171,6 @@ int main(int argc, char *argv[])
}
}
- char default_input[] = "/dev/stdin";
- char default_output[] = "/dev/stdout";
-
- if (!in_file) in_file = default_input;
- if (!in_file) in_file = default_output;
-
float edge[9] = {
-1, -1, -1,
-1, 8, -1,
Feel free to download, copy and edit any repo