Merge pull request #140 from hussainnaqvee/patch-1
[awesomized/libmemcached] / libhashkit-1.0 / strerror.h
diff --git a/libhashkit-1.0/strerror.h b/libhashkit-1.0/strerror.h
deleted file mode 100644 (file)
index 0785f0c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* HashKit
- * Copyright (C) 2009 Brian Aker
- * All rights reserved.
- *
- * Use and distribution licensed under the BSD license.  See
- * the COPYING file in the parent directory for full text.
- */
-
-#pragma once
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-HASHKIT_API
-  const char *hashkit_strerror(hashkit_st *ptr, hashkit_return_t rc);
-
-#ifdef __cplusplus
-}
-#endif