summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-07-22 21:13:32 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-07-22 21:13:32 +0000
commit570acfa25f7815bd75ed4d8dad286be3b51b7191 (patch)
treee9520adcf833df6131e771fa3acbbb045e84a2a3 /include/services.h
parentfff701c65b7c544a26d31f75b5d6a36918817a0c (diff)
# BUILD : 1.7.14 (1099) # BUGS : # NOTES : removed all that clone stuff
git-svn-id: svn://svn.anope.org/anope/trunk@1099 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@823 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/services.h b/include/services.h
index ce34238a9..08afcace8 100644
--- a/include/services.h
+++ b/include/services.h
@@ -1031,16 +1031,6 @@ struct sxline_ {
time_t expires;
};
-/*************************************************************************/
-
-/*************************************************************************/
-
-/* clone stuff structure */
-
-struct clone {
- char *host;
- long time;
-};
/************************************************************************/