summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index d58aff0a1b..9121ea90fd 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -898,7 +898,6 @@ def configvars(request, build_id):
898 }, 898 },
899 {'name': 'Value', 899 {'name': 'Value',
900 'qhelp': "The value assigned to the variable", 900 'qhelp': "The value assigned to the variable",
901 'dclass': "span4",
902 }, 901 },
903 {'name': 'Set in file', 902 {'name': 'Set in file',
904 'qhelp': "The last configuration file that touched the variable value", 903 'qhelp': "The last configuration file that touched the variable value",