We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410056f commit d362736Copy full SHA for d362736
include/dnscpp/context.h
@@ -118,22 +118,6 @@ class Context : private Core
118
_interval = std::max(interval, 0.1);
119
}
120
121
- /**
122
- * Set the spread (how long to wait until we context the next server)
123
- * This setting is deprecated and now unused
124
- * @param interval time in seconds
125
- * @deprecated
126
- */
127
- void spread(double interval) {}
128
-
129
130
- * Set the expire-time of the request
131
132
- * @param timeout time in seconds
133
134
135
- void expire(double timeout) {}
136
137
/**
138
* Set the max number of attempts
139
* @param attempt max number of attemps
0 commit comments