aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/enums.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/enums.h b/include/enums.h
index 660c107ce..cd11749e5 100644
--- a/include/enums.h
+++ b/include/enums.h
@@ -99,21 +99,6 @@ enum Character_Set {
LATIN1_CHARSET
};
-/*************************************************
-* Pulse Function *
-*************************************************/
-enum Pulse_Type {
- GENERAL_PULSE,
-
- PIPE_WRITE,
-
- PRIME_SEARCHING,
- PRIME_SIEVING,
- PRIME_PASSED_SIEVE,
- PRIME_TESTING,
- PRIME_FOUND
-};
-
static const u32bit NO_CERT_PATH_LIMIT = 0xFFFFFFF0;
}