aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_intersection.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-27 10:31:36 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-27 10:31:36 +0000
commit68ac96f244a53f6a5dcdd939183d3904f43e4984 (patch)
tree0722829255a4a83293f26a810524b7921cd88a84 /src/set/gnunet-service-set_intersection.c
parent47c52147dac6bc423b43aa8e2721585df893440b (diff)
downloadgnunet-68ac96f244a53f6a5dcdd939183d3904f43e4984.tar.gz
gnunet-68ac96f244a53f6a5dcdd939183d3904f43e4984.zip
remove additional variant of operation state
Diffstat (limited to 'src/set/gnunet-service-set_intersection.c')
-rw-r--r--src/set/gnunet-service-set_intersection.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set_intersection.c b/src/set/gnunet-service-set_intersection.c
index 4a252f4be..70c3fb450 100644
--- a/src/set/gnunet-service-set_intersection.c
+++ b/src/set/gnunet-service-set_intersection.c
@@ -69,8 +69,7 @@ enum IntersectionOperationPhase
69 69
70 70
71/** 71/**
72 * State of an evaluate operation 72 * State of an evaluate operation with another peer.
73 * with another peer.
74 */ 73 */
75struct OperationState 74struct OperationState
76{ 75{