Hs2Py constants: remove unused constant
authorJose A. Lopes <jabolopes@google.com>
Fri, 11 Oct 2013 14:49:58 +0000 (16:49 +0200)
committerJose A. Lopes <jabolopes@google.com>
Mon, 28 Oct 2013 10:04:13 +0000 (11:04 +0100)
Remove unused Python constant whose use was replaced by other
constants generated from Haskell.

Signed-off-by: Jose A. Lopes <jabolopes@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>

lib/constants.py

index 5cd492e..e78d351 100644 (file)
@@ -128,11 +128,6 @@ DAEMONS_LOGFILES = \
 EXTRA_LOGREASON_ACCESS = "access"
 EXTRA_LOGREASON_ERROR = "error"
 
-VALID_EXTRA_LOGREASONS = compat.UniqueFrozenset([
-  EXTRA_LOGREASON_ACCESS,
-  EXTRA_LOGREASON_ERROR,
-  ])
-
 # These are the extra logfiles, grouped by daemon
 DAEMONS_EXTRA_LOGBASE = {
   MOND: {