diff -urz systemd-216.orig/src/shared/install.c systemd-216/src/shared/install.c
--- systemd-216.orig/src/shared/install.c
+++ systemd-216/src/shared/install.c
@@ -1927,6 +1927,8 @@
                 UnitFileChange **changes,
                 unsigned *n_changes) {
 
+		return 0;
+		#if 0
         _cleanup_install_context_done_ InstallContext plus = {}, minus = {};
         _cleanup_lookup_paths_free_ LookupPaths paths = {};
         _cleanup_free_ char *config_path = NULL;
@@ -2017,6 +2019,7 @@
         }
 
         return r;
+		#endif
 }
 
 static void unitfilelist_free(UnitFileList **f) {
