From bb97616c33822cbf54e410bfc56669c4cb764098 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Erkin=20Alp=20G=C3=BCney?= Date: Sun, 8 Mar 2015 18:36:45 +0200 Subject: [PATCH] modified factor --- Applications/util/factor.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Applications/util/factor.c b/Applications/util/factor.c index a2583b2c..5bba32ce 100644 --- a/Applications/util/factor.c +++ b/Applications/util/factor.c @@ -14,11 +14,6 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -(Note: some build infrastructure in the kconfig directory is still GPLv2, -cleaning that out is a TODO item, but it doesn't affect the resulting -binary.) -USE_FACTOR(NEWTOY(factor, 0, TOYFLAG_USR|TOYFLAG_BIN)) - config FACTOR bool "factor" default y -- 2.34.1