From 89833574212aa990044f76b9b02f94f9b920ac2b Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Mon, 5 Jan 2009 23:42:17 +0000 Subject: [PATCH] tasks.txt updated, %var1% task is done --- tasks.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.txt b/tasks.txt index 0bd851562..ad3a368b9 100644 --- a/tasks.txt +++ b/tasks.txt @@ -8,7 +8,6 @@ Optimisations Refactoring * Split large functions into smaller functions. When possible, convert unit tests for these smaller functions - * Use %varid% instead of %var1% or %var2% in pattern matches * create a simplify function that converts "void f(x) int x; {" to "void f(int x) {" * improve the variable id so class/struct member variables get a variable id * parse header files only once.