summaryrefslogtreecommitdiffstats
path: root/edify/edify_parser.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-13 19:50:16 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-13 19:50:16 +0200
commit1b1a4edb4bc102706d6171901bb15f623adf2d2e (patch)
tree53215d53951803908be2d4af5f7dc5274d313ad8 /edify/edify_parser.cpp
parentMerge "updater: Kill the duplicate PrintSha1() in install.cpp." am: 19bb05dfc7 am: 3ac1995cfd (diff)
parentMerge "edify: Some clean-ups to libedify." am: c5b4b71913 (diff)
downloadandroid_bootable_recovery-1b1a4edb4bc102706d6171901bb15f623adf2d2e.tar
android_bootable_recovery-1b1a4edb4bc102706d6171901bb15f623adf2d2e.tar.gz
android_bootable_recovery-1b1a4edb4bc102706d6171901bb15f623adf2d2e.tar.bz2
android_bootable_recovery-1b1a4edb4bc102706d6171901bb15f623adf2d2e.tar.lz
android_bootable_recovery-1b1a4edb4bc102706d6171901bb15f623adf2d2e.tar.xz
android_bootable_recovery-1b1a4edb4bc102706d6171901bb15f623adf2d2e.tar.zst
android_bootable_recovery-1b1a4edb4bc102706d6171901bb15f623adf2d2e.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]);