Skip to content

Commit

Permalink
xhttp_rpc: removed unused static constants
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell authored and miconda committed Jun 22, 2017
1 parent f885de1 commit ff4e81e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/modules/xhttp_rpc/xhttp_rpc_fnc.c
Expand Up @@ -171,9 +171,6 @@ static const str XHTTP_RPC_SLASH = str_init("/");
static const str XHTTP_RPC_SEMICOLON = str_init(": ");

static const str XHTTP_RPC_NODE_INDENT = str_init("\t");
static const str XHTTP_RPC_NODE_SEPARATOR = str_init(":: ");
static const str XHTTP_RPC_ATTR_SEPARATOR = str_init(" ");
static const str XHTTP_RPC_ATTR_VAL_SEPARATOR = str_init("=");

const str XHTTP_RPC_BREAK = str_init("<br/>");
static const str XHTTP_RPC_CODE_1 = str_init("<pre>");
Expand All @@ -185,12 +182,6 @@ static const str XHTTP_RPC_Post_1 = str_init("\n"\
" <input type=\"submit\" value=\"Submit\"/>\n"\
" </form>\n");

static const str XHTTP_RPC_Post_1a = str_init("\n"\
" <form name=\"input\" method=\"get\">\n"\
" <textarea name=\"arg\" rows=\"2\" cols=\"60\"></textarea>\n"\
" <input type=\"submit\" value=\"Submit\"/>\n"\
" </form>\n");

static const str XHTTP_RPC_Response_Foot = str_init(\
"\n</center>\n<div align=\"center\" class=\"foot\" style=\"margin:20px auto\">"\
"<span style='margin-left:5px;'></span>"\
Expand Down

0 comments on commit ff4e81e

Please sign in to comment.