summaryrefslogtreecommitdiffstats
path: root/edify/edify_parser.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-13 19:30:14 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-13 19:30:14 +0200
commit039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e (patch)
treeb7c6d625baefc3521fe46c794d8d82fe99535229 /edify/edify_parser.cpp
parentMerge "updater: Kill the duplicate PrintSha1() in install.cpp." (diff)
parentMerge "edify: Some clean-ups to libedify." (diff)
downloadandroid_bootable_recovery-039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e.tar
android_bootable_recovery-039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e.tar.gz
android_bootable_recovery-039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e.tar.bz2
android_bootable_recovery-039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e.tar.lz
android_bootable_recovery-039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e.tar.xz
android_bootable_recovery-039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e.tar.zst
android_bootable_recovery-039e9dc5ca7c949cf66b7bd7ecd34ae1880dbc9e.zip
Diffstat (limited to 'edify/edify_parser.cpp')
-rw-r--r--edify/edify_parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/edify/edify_parser.cpp b/edify/edify_parser.cpp
index 15342d3fa..1b89cf21d 100644
--- a/edify/edify_parser.cpp
+++ b/edify/edify_parser.cpp
@@ -45,7 +45,6 @@ static void ExprDump(int depth, const Expr* n, const std::string& script) {
int main(int argc, char** argv) {
RegisterBuiltins();
- FinishRegistration();
if (argc != 2) {
printf("Usage: %s <edify script>\n", argv[0]);