removed obsolete patch file

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gperftools?expand=0&rev=7
This commit is contained in:
craig gardner
2012-02-17 14:38:04 +00:00
committed by Git OBS Bridge
parent bd878c7dad
commit b5d1b33b10

View File

@@ -1,13 +0,0 @@
Index: google-perftools-1.7/src/google/malloc_hook_c.h
===================================================================
--- google-perftools-1.7.orig/src/google/malloc_hook_c.h
+++ google-perftools-1.7/src/google/malloc_hook_c.h
@@ -40,7 +40,7 @@
#include <stddef.h>
#include <sys/types.h>
-// Annoying stuff for windows -- makes sure clients can import these functions
+/* Annoying stuff for windows -- makes sure clients can import these functions */
#ifndef PERFTOOLS_DLL_DECL
# ifdef _WIN32
# define PERFTOOLS_DLL_DECL __declspec(dllimport)