summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs/graphs_bundle.js
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-02-23 23:31:14 -0600
committerMike Greiling <mike@pixelcog.com>2017-02-24 00:20:59 -0600
commitc2497d8b35d77d8a14cf085534e028970468db72 (patch)
tree2119e0c162535120af5e7f686d00cca60866f94f /app/assets/javascripts/graphs/graphs_bundle.js
parentc5b29ed6f36779dbb96f4cdc7b1b0bce8bb8dc5e (diff)
downloadgitlab-ce-c2497d8b35d77d8a14cf085534e028970468db72.tar.gz
remove unused StatGraph class
Diffstat (limited to 'app/assets/javascripts/graphs/graphs_bundle.js')
-rw-r--r--app/assets/javascripts/graphs/graphs_bundle.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/graphs/graphs_bundle.js b/app/assets/javascripts/graphs/graphs_bundle.js
index 086dcb34571..230e0706500 100644
--- a/app/assets/javascripts/graphs/graphs_bundle.js
+++ b/app/assets/javascripts/graphs/graphs_bundle.js
@@ -1,4 +1,3 @@
require('./stat_graph_contributors_graph');
require('./stat_graph_contributors_util');
require('./stat_graph_contributors');
-require('./stat_graph');