summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2010-11-02 11:05:04 +0000
committerSteve Block <steveblock@google.com>2010-11-02 11:05:04 +0000
commit699872ea73552f5a527b73f82110fdf91e00d285 (patch)
treea7636b952d07754f308586f320510e4bacae403a /android
parent2810107ae8e48eb50c2048c1e3605e4be7ff62f6 (diff)
downloadexternal_chromium-699872ea73552f5a527b73f82110fdf91e00d285.zip
external_chromium-699872ea73552f5a527b73f82110fdf91e00d285.tar.gz
external_chromium-699872ea73552f5a527b73f82110fdf91e00d285.tar.bz2
Remove a superfluous extern declaration for timegm(), which we don't use on Android
Change-Id: I041a1a36885e950b372d374a506fe8d8a588a2cf
Diffstat (limited to 'android')
-rw-r--r--android/prefix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/prefix.h b/android/prefix.h
index f225b78..ee0122d 100644
--- a/android/prefix.h
+++ b/android/prefix.h
@@ -65,7 +65,6 @@ inline size_t abs(size_t x) { return x; }
// Implemented in bionic but not exposed.
extern char* mkdtemp(char* path);
-extern time_t timegm(struct tm* const tmp);
#define FRIEND_TEST(test_case_name, test_name)\
friend class test_case_name##_##test_name##_Test