From 531ef2bbdcf2f92d82ef20af2eb55b8e542b3ae6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 25 Oct 2020 06:34:50 +0100 Subject: [PATCH] remove wrongly located header --- src/libmemcached/callback.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/libmemcached/callback.h diff --git a/src/libmemcached/callback.h b/src/libmemcached/callback.h deleted file mode 100644 index c3f848ee..00000000 --- a/src/libmemcached/callback.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - +--------------------------------------------------------------------+ - | libmemcached - C/C++ Client Library for memcached | - +--------------------------------------------------------------------+ - | Redistribution and use in source and binary forms, with or without | - | modification, are permitted under the terms of the BSD license. | - | You should have received a copy of the license in a bundled file | - | named LICENSE; in case you did not receive a copy you can review | - | the terms online at: https://opensource.org/licenses/BSD-3-Clause | - +--------------------------------------------------------------------+ - | Copyright (c) 2006-2014 Brian Aker https://datadifferential.com/ | - | Copyright (c) 2020 Michael Wallner | - +--------------------------------------------------------------------+ -*/ - -#pragma once - -test_return_t test_MEMCACHED_CALLBACK_DELETE_TRIGGER(memcached_st *); - -test_return_t test_MEMCACHED_CALLBACK_DELETE_TRIGGER_and_MEMCACHED_BEHAVIOR_NOREPLY(memcached_st *); -- 2.30.2