Code

object: Added SDB_OBJECT_STATIC.
[sysdb.git] / t / unit / libsysdb_test.h
index 861623f8916a1f5a2b99b31885de57a1964d8e2e..beefdfcd0dd5fad3cf42a5e997cf699580cbcf35 100644 (file)
 #include <check.h>
 #include <string.h>
 
-/*
- * private testing helpers
- */
-
-/* static string object:
- * Any such object may is of type sdb_object_t but may never be destroyed. */
-#define SSTRING_OBJ(name) { \
-       /* type = */ { sizeof(sdb_object_t), NULL, NULL }, \
-       /* ref_cnt = */ 1, /* name = */ (name) }
-
 /*
  * test-related data-types
  */