Skip to content

Commit 4c2486c

Browse files
committed
sq icalrecurimpl.h
1 parent 0cfb29b commit 4c2486c

File tree

5 files changed

+1
-28
lines changed

5 files changed

+1
-28
lines changed

src/libical/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ set(ical_LIB_SRCS
189189
icalproperty.h
190190
icalrecur.c
191191
icalrecur.h
192-
icalrecurimpl.h
193192
icalrestriction.h
194193
icaltime.c
195194
icaltime.h
@@ -384,7 +383,6 @@ install(
384383
icalperiod.h
385384
icalproperty.h
386385
icalrecur.h
387-
icalrecurimpl.h
388386
icalrestriction.h
389387
${PROJECT_BINARY_DIR}/src/libical/icaltime.h
390388
icaltz-util.h

src/libical/icalrecur.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ LIBICAL_ICAL_EXPORT icalarray *icalrecurrencetype_rscale_supported_calendars(voi
213213

214214
LIBICAL_ICAL_EXPORT struct icalrecurrencetype *icalrecurrencetype_clone(struct icalrecurrencetype *r);
215215

216-
217-
// XXX
218216
/**
219217
* @brief Reallocates the buffer backing the 'by' array to the new size if the size differs. Frees the buffer if the new size is 0.
220218
* @return 0 on success, != 0 on failure.
@@ -241,7 +239,7 @@ LIBICAL_ICAL_EXPORT int icalrecur_set_first_by(icalrecurrence_by_data *by, short
241239
LIBICAL_ICAL_EXPORT int icalrecur_ensure_size(icalrecurrence_by_data *by, short size);
242240

243241
/**
244-
* @brief Frees the memory backing the 'by' array, if any.
242+
* @brief Frees the memory backing the 'by' array, if any, and sets its size to 0.
245243
*/
246244
LIBICAL_ICAL_EXPORT void icalrecur_free_by(icalrecurrence_by_data *by);
247245

src/libical/icalrecurimpl.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/libical/icaltz-util.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "icalerror.h"
1717
#include "icaltimezone.h"
1818
#include "icalmemory.h"
19-
#include "icalrecurimpl.h"
2019

2120
#include <stdlib.h>
2221
#include <limits.h>

src/libicalvcal/icalvcal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
#include "icalvalue.h"
3434
#include "icaltimezone.h"
3535
#include "icalversion.h" /* for ICAL_PACKAGE */
36-
#include "icalrecurimpl.h"
3736

3837
#include <stddef.h> /* for ptrdiff_t */
3938

0 commit comments

Comments
 (0)