Skip to content
Snippets Groups Projects
Commit 19c49beb authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Cache: Don't use deprecated call_function

parent 4638f0e4
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#if constant(thread_create) #if constant(thread_create)
#define do_possibly_threaded_call thread_create #define do_possibly_threaded_call thread_create
#else #else
#define do_possibly_threaded_call call_function #define do_possibly_threaded_call predef::`()
#endif #endif
#define DEFAULT_CLEANUP_CYCLE 300 #define DEFAULT_CLEANUP_CYCLE 300
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment