diff -r 2e59aa939b8f -r 1d73a4591cf8 core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv1BuildInfo.java --- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv1BuildInfo.java Mon Aug 09 17:32:51 2010 -0500 +++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/internal/api/sdk/ISBSv1BuildInfo.java Tue Aug 10 19:07:16 2010 -0500 @@ -94,13 +94,5 @@ * @return A list of targettype names that can be used in an MMP file */ List getSupportedTargetTypes(); - - - /** - * Returns a list of the macros defined in the variant.cfg file. This is NOT the macros - * in the HRH file, but the actual maros written to the variant.cfg file. - * @return A String list of macros found as is, or an empty list if none. - */ - List getVariantCFGMacros(); }