summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/utime.inl
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/posix/utime.inl')
-rw-r--r--PACE/pace/posix/utime.inl22
1 files changed, 0 insertions, 22 deletions
diff --git a/PACE/pace/posix/utime.inl b/PACE/pace/posix/utime.inl
deleted file mode 100644
index e5a5a9499ed..00000000000
--- a/PACE/pace/posix/utime.inl
+++ /dev/null
@@ -1,22 +0,0 @@
-/* $Id$ -*- C -*-
-
- * =============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * pace/posix/utime.inl
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================= */
-
-PACE_INLINE
-int
-pace_utime (const char * path,
- const pace_utimbuf * times)
-{
- return utime (path, times);
-}