remove comments
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Mon, 25 Oct 2010 01:44:21 +0000 (10:44 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Mon, 25 Oct 2010 01:44:21 +0000 (10:44 +0900)
src/xcnphandler.c

index 38784a8..c4b4353 100755 (executable)
@@ -115,7 +115,6 @@ int add_to_storage_buffer(void *data, char *src, int len)
        if (len <= 0)
                return -1;
 
-       // FIXME: replace magic number to a define
        if (g_lastest_content == NULL)
                g_lastest_content = malloc(sizeof(char)*(HISTORY_QUEUE_TXT_ITEM_SIZE));
        if (g_history_pos >= HISTORY_QUEUE_MAX_TXT_ITEMS)