From 5af0cb9dce403800dc1dff9871f2196619e2de87 Mon Sep 17 00:00:00 2001 From: belliash Date: Sun, 15 Jan 2012 17:30:28 +0100 Subject: [PATCH] implement functionExists() --- modules/sample.ezmod | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/sample.ezmod b/modules/sample.ezmod index a944f2e..c5c2472 100644 --- a/modules/sample.ezmod +++ b/modules/sample.ezmod @@ -2,8 +2,3 @@ EZMOD_DESCRIPTION="Sample module for learning and testing purposes" EZMOD_COMPATIBILITY="ezbuild ezsync" EZMOD_AUTHOR="Rafal Kupiec" EZMOD_VERSION="0.1" - -ezsync_postsync() { - printWarn "fdgdfs" -# return 1 -}