]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ap_os_kill isn't being used now as it's in APR, so remove it!
authorDavid Reid <dreid@apache.org>
Tue, 4 Apr 2000 08:57:18 +0000 (08:57 +0000)
committerDavid Reid <dreid@apache.org>
Tue, 4 Apr 2000 08:57:18 +0000 (08:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84902 13f79535-47bb-0310-9956-ffa450edef68

os/beos/os.h

index 20560c1a585a421d5a017d3be5868f9aaee8fe57..618ff52f92b6bf50f8073b4ae443c681e76408b7 100644 (file)
@@ -76,6 +76,5 @@ extern int ap_os_is_path_absolute(const char *file);
 #define ap_os_case_canonical_filename(p,f)  (f)
 #define ap_os_systemcase_filename(p,f)  (f)
 #define ap_os_is_filename_valid(f)          (1)
-#define ap_os_kill(pid, sig)                kill(pid, sig)
 
 #endif /* !APACHE_OS_H */