aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialize.h')
-rw-r--r--src/serialize.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h
index 1ad8ac4373..e53ff9fa4c 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -131,7 +131,6 @@ enum
// primary actions
SER_NETWORK = (1 << 0),
SER_DISK = (1 << 1),
- SER_GETHASH = (1 << 2),
};
/**