remove wrongly located header
authorMichael Wallner <mike@php.net>
Sun, 25 Oct 2020 05:34:50 +0000 (06:34 +0100)
committerMichael Wallner <mike@php.net>
Sun, 25 Oct 2020 05:34:50 +0000 (06:34 +0100)
src/libmemcached/callback.h [deleted file]

diff --git a/src/libmemcached/callback.h b/src/libmemcached/callback.h
deleted file mode 100644 (file)
index c3f848e..0000000
+++ /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   <mike@php.net>                |
-    +--------------------------------------------------------------------+
-*/
-
-#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 *);