diff --git a/loc b/loc
index 5ab0d89d8df2b9c7f5e2698078a0d95feaa9ebba..d2885b78c87df4a9a45b12efdc94a52839cda761 100755
--- a/loc
+++ b/loc
@@ -7,7 +7,6 @@ TESTS=`find tests -type f -exec cat {} \; | wc -l`
 BUILD=`find kolla -type f -exec cat {} \; | wc -l`
 
 DEMOS=`find demos -type f -exec cat {} \; | wc -l`
-HEAT=`find dev/heat -type f -exec cat {} \; | wc -l`
 SPECS=`find specs -type f -exec cat {} \; | wc -l`
 ETC=`find etc -type f -exec cat {} \; | wc -l`
 TOOLS=`find tools -type f -exec cat {} \; | wc -l`
@@ -24,7 +23,6 @@ echo "Demos        $DEMOS"
 echo "Doc          $DOC"
 echo "Etc          $ETC"
 echo "Docker       $DOCKER"
-echo "Heat         $HEAT"
 echo "Specs        $SPECS"
 echo "Tests        $TESTS"
 echo "Tools        $TOOLS"