aboutsummaryrefslogtreecommitdiffstats
path: root/varint.h
diff options
context:
space:
mode:
Diffstat (limited to 'varint.h')
-rw-r--r--varint.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/varint.h b/varint.h
deleted file mode 100644
index 7822756..0000000
--- a/varint.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Copyright (C) 2007-2008 The Android Open Source Project
-**
-** This software is licensed under the terms of the GNU General Public
-** License version 2, as published by the Free Software Foundation, and
-** may be copied, distributed, and modified under those terms.
-**
-** This program is distributed in the hope that it will be useful,
-** but WITHOUT ANY WARRANTY; without even the implied warranty of
-** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-** GNU General Public License for more details.
-*/
-#include <inttypes.h>
-
-extern char *varint_encode(uint64_t value, char *buf);
-extern char *varint_encode_signed(int64_t value, char *buf);