e: Remove unneeded variable

This commit is contained in:
Sebastian Dransfeld 2013-06-21 09:29:37 +02:00
parent 3926d557c6
commit 7971c68634
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ _xdg_data_dirs_augment(void)
if (!getenv("XDG_RUNTIME_DIR"))
{
char buf[PATH_MAX];
const char *dir;
snprintf(buf, sizeof(buf), "/tmp/xdg_runtime_XXXXXX");