summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-07-24 23:15:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-07-23 22:55:49 +0000
commitd629c7892fca6a085ad1aebc9d8ac74092f7a2a5 (patch)
tree3e1f4639b7464c249d98ac0e9993c1c28dee3702
parent74ee1c05d4f942d5cf45c9fcbb6f0d6444fb1db6 (diff)
parentf2e4b411e6e1a90209a4c815c37a36f0af1af120 (diff)
downloadsystem_core-d629c7892fca6a085ad1aebc9d8ac74092f7a2a5.zip
system_core-d629c7892fca6a085ad1aebc9d8ac74092f7a2a5.tar.gz
system_core-d629c7892fca6a085ad1aebc9d8ac74092f7a2a5.tar.bz2
Merge "Remove <cutils/tztime.h>."
-rw-r--r--include/cutils/tztime.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/include/cutils/tztime.h b/include/cutils/tztime.h
deleted file mode 100644
index dbdbd60..0000000
--- a/include/cutils/tztime.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright (C) 2006 The Android Open Source Project
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-#ifndef _CUTILS_TZTIME_H
-#define _CUTILS_TZTIME_H
-
-// TODO: fix both callers to just include <bionic_time.h> themselves.
-#include <bionic_time.h>
-
-#endif /* __CUTILS_TZTIME_H */
-