summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--charf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/charf.c b/charf.c
index 520e8cb..174884b 100644
--- a/charf.c
+++ b/charf.c
@@ -369,7 +369,6 @@ int main() {
int num_exponents[K+1];
EXPTYPE exponents[P];
exponents[0] = int_to_exptype(1);
- //exponents[1] = int_to_exptype(2);
exponents[1] = infinity_to_exptype();
pthread_t threads[NUM_THREADS];